#6FA7DD

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

Shades of Jordy Blue #6FA7DD

Tints of Jordy Blue #6FA7DD

Color information

#6FA7DD (or 0x6FA7DD) is unknown color: approx Jordy Blue. HEX triplet: 6F, A7 and DD. RGB value is (111,167,221). Sum of RGB (Red+Green+Blue) = 111+167+221=499 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.24% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FA7DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA7DD is #905822. Grayscale: #9C9C9C. Windows color (decimal): -9459747 or 14526319. OLE color: 14526319.

HSL color Cylindrical-coordinate representation of color #6FA7DD: hue angle of 209.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FA7DD is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111167221-
CMYK0.500.2400.13
HSL209.45º61.8%65.1%-
HSV(B)209.45º49.77%86.67%-
XYZ33.4336.2473.64-
YUV156.41164.4595.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.24%
GREEN value IS 167 (65.62% from 255) = 33.47%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=22.24%
G=33.47%
B=44.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111672210.500.2400.13209.4561.865.1
Hex6FA7DD32180Dd13e41
Octal157247335623001532176101
Binary110111110100111110111011100101100001101110100011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,167,221); }

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

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

 a { background-color: rgb(111,167,221); }

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

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

 span { border-color: rgb(111,167,221); }

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