Html Css Color HEX #6EAFEF Jordy Blue

📋 copy color: '#6EAFEF'

red 110 ◦ green 175 ◦ blue 239

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

Shades of Jordy Blue #6EAFEF

Tints of Jordy Blue #6EAFEF

RGB

 RED value IS 110 (43.36% from 255) = 20.99%

 GREEN value IS 175 (68.75% from 255) = 33.4%

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 20.99%
G = 33.4%
B = 45.61%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6EAFEF (or 0x6EAFEF) is known color: Jordy Blue. HEX triplet: 6E, AF and EF. RGB value is (110,175,239). Sum of RGB (Red+Green+Blue) = 110+175+239=524 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.99% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #6EAFEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EAFEF is #915010. Grayscale: #A2A2A2. Windows color (decimal): -9523217 or 15708014. OLE color: 15708014.

HSL color Cylindrical-coordinate representation of color #6EAFEF: hue angle of 209.77º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EAFEF is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 175 239 -
CMYK 0.54 0.27 0 0.06
HSL 209.77º 0.8% 0.68% -
HSV(B) 209.77º 0.54% 0.94% -
XYZ 37.34 40.21 87.45 -
YUV 162.86 170.97 90.3 -
System Red Green Blue C M Y K H S L
Decimal 110 175 239 0.54 0.27 0 0.06 209.77 0.8 0.68
Hex 6E AF EF 36 1B 0 6 D2 50 44
Octal 156 257 357 66 33 0 6 322 120 104
Binary 1101110 10101111 11101111 110110 11011 0 110 11010010 1010000 1000100

Color Harmonies of #6EAFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAFEF

Black with #6EAFEF

Text Example


Text Example

White with #6EAFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,175,239); }

 H1.HeaderClassName
 {
   color: #6EAFEF;
 }
 .AnyTagClassName
 {
   color: #6EAFEF;
 }
</style>

background-color css

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

 a { background-color: rgb(110,175,239); }

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

border-color css

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

 span { border-color: rgb(110,175,239); }

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