#6BA7DB

Color #6BA7DB Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #6BA7DB

Tints of Jordy Blue #6BA7DB

Color information

#6BA7DB (or 0x6BA7DB) is unknown color: approx Jordy Blue. HEX triplet: 6B, A7 and DB. RGB value is (107,167,219). Sum of RGB (Red+Green+Blue) = 107+167+219=493 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.70% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BA7DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA7DB is #945824. Grayscale: #9A9A9A. Windows color (decimal): -9721893 or 14395243. OLE color: 14395243.

HSL color Cylindrical-coordinate representation of color #6BA7DB: hue angle of 207.86º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BA7DB is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB107167219-
CMYK0.510.2400.14
HSL207.86º60.87%63.92%-
HSV(B)207.86º51.14%85.88%-
XYZ32.6735.8872.22-
YUV154.99164.1293.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 21.70%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=21.70%
G=33.87%
B=44.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1071672190.510.2400.14207.8660.8763.92
Hex6BA7DB33180Ed03d40
Octal153247333633001632075100
Binary110101110100111110110111100111100001110110100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BA7DB; }

 p { color: rgb(107,167,219); }

 H1.HeaderClassName
 {
   color: #6BA7DB;
 }
 .AnyTagClassName
 {
   color: #6BA7DB;
 }
</style>
background-color css

<style>
 a { background-color: #6BA7DB; }

 a { background-color: rgb(107,167,219); }

 div.DivClassName
 {
   background-color: #6BA7DB;
 }
 .BgClassName
 {
   background-color: #6BA7DB;
 }
</style>
border-color css

<style>
 span { border-color: #6BA7DB; }

 span { border-color: rgb(107,167,219); }

 td.TdClassName
 {
   border-color: #6BA7DB;
 }
 .TagClassName
 {
   border-color: #6BA7DB;
 }
</style>