Html Css Color HEX #6EABEE Jordy Blue

📋 copy color: '#6EABEE'

red 110 ◦ green 171 ◦ blue 238

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

Shades of Jordy Blue #6EABEE

Tints of Jordy Blue #6EABEE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.95%

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 21.19%
G = 32.95%
B = 45.86%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6EABEE (or 0x6EABEE) is known color: Jordy Blue. HEX triplet: 6E, AB and EE. RGB value is (110,171,238). Sum of RGB (Red+Green+Blue) = 110+171+238=519 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.19% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #6EABEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EABEE is #915411. Grayscale: #A0A0A0. Windows color (decimal): -9524242 or 15641454. OLE color: 15641454.

HSL color Cylindrical-coordinate representation of color #6EABEE: hue angle of 211.41º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EABEE is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 171 238 -
CMYK 0.54 0.28 0 0.07
HSL 211.41º 0.79% 0.68% -
HSV(B) 211.41º 0.54% 0.93% -
XYZ 36.43 38.61 86.42 -
YUV 160.4 171.79 92.05 -
System Red Green Blue C M Y K H S L
Decimal 110 171 238 0.54 0.28 0 0.07 211.41 0.79 0.68
Hex 6E AB EE 36 1C 0 7 D3 4F 44
Octal 156 253 356 66 34 0 7 323 117 104
Binary 1101110 10101011 11101110 110110 11100 0 111 11010011 1001111 1000100

Color Harmonies of #6EABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EABEE

Black with #6EABEE

Text Example


Text Example

White with #6EABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,171,238); }

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

background-color css

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

 a { background-color: rgb(110,171,238); }

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

border-color css

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

 span { border-color: rgb(110,171,238); }

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