#6F9AD4

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

Shades of Jordy Blue #6F9AD4

Tints of Jordy Blue #6F9AD4

Color information

#6F9AD4 (or 0x6F9AD4) is unknown color: approx Jordy Blue. HEX triplet: 6F, 9A and D4. RGB value is (111,154,212). Sum of RGB (Red+Green+Blue) = 111+154+212=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #6F9AD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9AD4 is #90652B. Grayscale: #939393. Windows color (decimal): -9463084 or 13933167. OLE color: 13933167.

HSL color Cylindrical-coordinate representation of color #6F9AD4: hue angle of 214.46º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F9AD4 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB111154212-
CMYK0.480.2700.17
HSL214.46º54.01%63.33%-
HSV(B)214.46º47.64%83.14%-
XYZ29.9931.2466.74-
YUV147.76164.25101.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.27%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 212 (83.20% from 255) = 44.44%
R=23.27%
G=32.29%
B=44.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1111542120.480.2700.17214.4654.0163.33
Hex6F9AD4301B011d6363f
Octal15723232460330213266677
Binary110111110011010110101001100001101101000111010110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,154,212); }

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

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

 a { background-color: rgb(111,154,212); }

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

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

 span { border-color: rgb(111,154,212); }

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