#6FADE0

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

Shades of Jordy Blue #6FADE0

Tints of Jordy Blue #6FADE0

Color information

#6FADE0 (or 0x6FADE0) is unknown color: approx Jordy Blue. HEX triplet: 6F, AD and E0. RGB value is (111,173,224). Sum of RGB (Red+Green+Blue) = 111+173+224=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #6FADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADE0 is #90521F. Grayscale: #A0A0A0. Windows color (decimal): -9458208 or 14724463. OLE color: 14724463.

HSL color Cylindrical-coordinate representation of color #6FADE0: hue angle of 207.08º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FADE0 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB111173224-
CMYK0.500.2300.12
HSL207.08º64.57%65.69%-
HSV(B)207.08º50.45%87.84%-
XYZ34.9538.6576.14-
YUV160.28163.9692.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.85%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 224 (87.89% from 255) = 44.09%
R=21.85%
G=34.06%
B=44.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1111732240.500.2300.12207.0864.5765.69
Hex6FADE032170Ccf4142
Octal1572553406227014317101102
Binary1101111101011011110000011001010111011001100111110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,173,224); }

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

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

 a { background-color: rgb(111,173,224); }

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

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

 span { border-color: rgb(111,173,224); }

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