Html Css Color HEX #6FADE0 Jordy Blue

📋 copy color: '#6FADE0'

red 111 ◦ green 173 ◦ blue 224

#6FADE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #6FADE0

Tints of Jordy Blue #6FADE0

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 value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6FADE0 (or 0x6FADE0) is known color: 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

RGB 111 173 224 -
CMYK 0.50 0.23 0 0.12
HSL 207.08º 0.65% 0.66% -
HSV(B) 207.08º 0.5% 0.88% -
XYZ 34.95 38.65 76.14 -
YUV 160.28 163.96 92.85 -
System Red Green Blue C M Y K H S L
Decimal 111 173 224 0.50 0.23 0 0.12 207.08 0.65 0.66
Hex 6F AD E0 32 17 0 C CF 41 42
Octal 157 255 340 62 27 0 14 317 101 102
Binary 1101111 10101101 11100000 110010 10111 0 1100 11001111 1000001 1000010

Color Harmonies of #6FADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FADE0

Black with #6FADE0

Text Example


Text Example

White with #6FADE0

Text Example


Text Example

HTML Codes & Css Web 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>