#6f9bd2

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

Shades of Jordy Blue #6F9BD2

Tints of Jordy Blue #6F9BD2

Color information

#6F9BD2 (or 0x6F9BD2) is unknown color: approx Jordy Blue. HEX triplet: 6F, 9B and D2. RGB value is (111,155,210). Sum of RGB (Red+Green+Blue) = 111+155+210=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 210 - color contains mainly: blue. Hex color #6F9BD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9BD2 is #90642D. Grayscale: #939393. Windows color (decimal): -9462830 or 13802351. OLE color: 13802351.

HSL color Cylindrical-coordinate representation of color #6F9BD2: hue angle of 213.33º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F9BD2 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB111155210-
CMYK0.470.2600.18
HSL213.33º52.38%62.94%-
HSV(B)213.33º47.14%82.35%-
XYZ29.9131.4865.47-
YUV148.11162.92101.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.32%
GREEN value IS 155 (60.94% from 255) = 32.56%
BLUE value IS 210 (82.42% from 255) = 44.12%
R=23.32%
G=32.56%
B=44.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1111552100.470.2600.18213.3352.3862.94
Hex6F9BD22F1A012d5343f
Octal15723332257320223256477
Binary110111110011011110100101011111101001001011010101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f9bd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,155,210); }

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

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

 a { background-color: rgb(111,155,210); }

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

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

 span { border-color: rgb(111,155,210); }

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