#6f9dd9

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

Shades of Jordy Blue #6F9DD9

Tints of Jordy Blue #6F9DD9

Color information

#6F9DD9 (or 0x6F9DD9) is unknown color: approx Jordy Blue. HEX triplet: 6F, 9D and D9. RGB value is (111,157,217). Sum of RGB (Red+Green+Blue) = 111+157+217=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #6F9DD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9DD9 is #906226. Grayscale: #959595. Windows color (decimal): -9462311 or 14261615. OLE color: 14261615.

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

Color convert

RGB111157217-
CMYK0.490.2800.15
HSL213.96º58.24%64.31%-
HSV(B)213.96º48.85%85.1%-
XYZ31.1432.570.28-
YUV150.09165.76100.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.89%
GREEN value IS 157 (61.72% from 255) = 32.37%
BLUE value IS 217 (85.16% from 255) = 44.74%
R=22.89%
G=32.37%
B=44.74%

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
Decimal1111572170.490.2800.15213.9658.2464.31
Hex6F9DD9311C0Fd63a40
Octal157235331613401732672100
Binary110111110011101110110011100011110001111110101101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f9dd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,157,217); }

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

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

 a { background-color: rgb(111,157,217); }

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

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

 span { border-color: rgb(111,157,217); }

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