Html Css Color HEX #6AABEC Jordy Blue

📋 copy color: '#6AABEC'

red 106 ◦ green 171 ◦ blue 236

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

Shades of Jordy Blue #6AABEC

Tints of Jordy Blue #6AABEC

RGB

 RED value IS 106 (41.8% from 255) = 20.66%

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

 BLUE value IS 236 (92.58% from 255) = 46%

R = 20.66%
G = 33.33%
B = 46%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6AABEC (or 0x6AABEC) is known color: Jordy Blue. HEX triplet: 6A, AB and EC. RGB value is (106,171,236). Sum of RGB (Red+Green+Blue) = 106+171+236=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #6AABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AABEC is #955413. Grayscale: #9E9E9E. Windows color (decimal): -9786388 or 15510378. OLE color: 15510378.

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

Color convert

RGB 106 171 236 -
CMYK 0.55 0.28 0 0.07
HSL 210º 0.77% 0.67% -
HSV(B) 210º 0.55% 0.93% -
XYZ 35.65 38.25 84.86 -
YUV 158.98 171.47 90.21 -
System Red Green Blue C M Y K H S L
Decimal 106 171 236 0.55 0.28 0 0.07 210 0.77 0.67
Hex 6A AB EC 37 1C 0 7 D2 4D 43
Octal 152 253 354 67 34 0 7 322 115 103
Binary 1101010 10101011 11101100 110111 11100 0 111 11010010 1001101 1000011

Color Harmonies of #6AABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AABEC

Black with #6AABEC

Text Example


Text Example

White with #6AABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,171,236); }

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

background-color css

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

 a { background-color: rgb(106,171,236); }

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

border-color css

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

 span { border-color: rgb(106,171,236); }

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