#6F9CDA

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

Shades of Jordy Blue #6F9CDA

Tints of Jordy Blue #6F9CDA

Color information

#6F9CDA (or 0x6F9CDA) is unknown color: approx Jordy Blue. HEX triplet: 6F, 9C and DA. RGB value is (111,156,218). Sum of RGB (Red+Green+Blue) = 111+156+218=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F9CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9CDA is #906325. Grayscale: #959595. Windows color (decimal): -9462566 or 14326895. OLE color: 14326895.

HSL color Cylindrical-coordinate representation of color #6F9CDA: hue angle of 214.77º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F9CDA is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB111156218-
CMYK0.490.2800.15
HSL214.77º59.12%64.51%-
HSV(B)214.77º49.08%85.49%-
XYZ31.132.2270.91-
YUV149.61166.59100.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.89%
GREEN value IS 156 (61.33% from 255) = 32.16%
BLUE value IS 218 (85.55% from 255) = 44.95%
R=22.89%
G=32.16%
B=44.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1111562180.490.2800.15214.7759.1264.51
Hex6F9CDA311C0Fd73b41
Octal157234332613401732773101
Binary110111110011100110110101100011110001111110101111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,156,218); }

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

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

 a { background-color: rgb(111,156,218); }

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

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

 span { border-color: rgb(111,156,218); }

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