Html Css Color HEX #6EABDF Jordy Blue

📋 copy color: '#6EABDF'

red 110 ◦ green 171 ◦ blue 223

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

Shades of Jordy Blue #6EABDF

Tints of Jordy Blue #6EABDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 21.83%
G = 33.93%
B = 44.25%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6EABDF (or 0x6EABDF) is known color: Jordy Blue. HEX triplet: 6E, AB and DF. RGB value is (110,171,223). Sum of RGB (Red+Green+Blue) = 110+171+223=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #6EABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABDF is #915420. Grayscale: #9E9E9E. Windows color (decimal): -9524257 or 14658414. OLE color: 14658414.

HSL color Cylindrical-coordinate representation of color #6EABDF: hue angle of 207.61º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EABDF is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 171 223 -
CMYK 0.51 0.23 0 0.13
HSL 207.61º 0.64% 0.65% -
HSV(B) 207.61º 0.51% 0.87% -
XYZ 34.31 37.77 75.29 -
YUV 158.69 164.29 93.27 -
System Red Green Blue C M Y K H S L
Decimal 110 171 223 0.51 0.23 0 0.13 207.61 0.64 0.65
Hex 6E AB DF 33 17 0 D D0 40 41
Octal 156 253 337 63 27 0 15 320 100 101
Binary 1101110 10101011 11011111 110011 10111 0 1101 11010000 1000000 1000001

Color Harmonies of #6EABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EABDF

Black with #6EABDF

Text Example


Text Example

White with #6EABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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