Html Css Color HEX #6AABEB Jordy Blue

📋 copy color: '#6AABEB'

red 106 ◦ green 171 ◦ blue 235

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

Shades of Jordy Blue #6AABEB

Tints of Jordy Blue #6AABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 20.7%
G = 33.4%
B = 45.9%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6AABEB (or 0x6AABEB) is known color: Jordy Blue. HEX triplet: 6A, AB and EB. RGB value is (106,171,235). Sum of RGB (Red+Green+Blue) = 106+171+235=512 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.70% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #6AABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AABEB is #955414. Grayscale: #9E9E9E. Windows color (decimal): -9786389 or 15444842. OLE color: 15444842.

HSL color Cylindrical-coordinate representation of color #6AABEB: hue angle of 209.77º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AABEB is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 171 235 -
CMYK 0.55 0.27 0 0.08
HSL 209.77º 0.76% 0.67% -
HSV(B) 209.77º 0.55% 0.92% -
XYZ 35.5 38.19 84.1 -
YUV 158.86 170.97 90.3 -
System Red Green Blue C M Y K H S L
Decimal 106 171 235 0.55 0.27 0 0.08 209.77 0.76 0.67
Hex 6A AB EB 37 1B 0 8 D2 4C 43
Octal 152 253 353 67 33 0 10 322 114 103
Binary 1101010 10101011 11101011 110111 11011 0 1000 11010010 1001100 1000011

Color Harmonies of #6AABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AABEB

Black with #6AABEB

Text Example


Text Example

White with #6AABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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