Html Css Color HEX #6AAAE7 Jordy Blue

📋 copy color: '#6AAAE7'

red 106 ◦ green 170 ◦ blue 231

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

Shades of Jordy Blue #6AAAE7

Tints of Jordy Blue #6AAAE7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.53%

 BLUE value IS 231 (90.63% from 255) = 45.56%

R = 20.91%
G = 33.53%
B = 45.56%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6AAAE7 (or 0x6AAAE7) is known color: Jordy Blue. HEX triplet: 6A, AA and E7. RGB value is (106,170,231). Sum of RGB (Red+Green+Blue) = 106+170+231=507 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.91% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #6AAAE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAAE7 is #955518. Grayscale: #9D9D9D. Windows color (decimal): -9786649 or 15182442. OLE color: 15182442.

HSL color Cylindrical-coordinate representation of color #6AAAE7: hue angle of 209.28º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AAAE7 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 106 170 231 -
CMYK 0.54 0.26 0 0.09
HSL 209.28º 0.72% 0.66% -
HSV(B) 209.28º 0.54% 0.91% -
XYZ 34.74 37.58 81.02 -
YUV 157.82 169.3 91.04 -
System Red Green Blue C M Y K H S L
Decimal 106 170 231 0.54 0.26 0 0.09 209.28 0.72 0.66
Hex 6A AA E7 36 1A 0 9 D1 48 42
Octal 152 252 347 66 32 0 11 321 110 102
Binary 1101010 10101010 11100111 110110 11010 0 1001 11010001 1001000 1000010

Color Harmonies of #6AAAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAAE7

Black with #6AAAE7

Text Example


Text Example

White with #6AAAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,170,231); }

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

background-color css

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

 a { background-color: rgb(106,170,231); }

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

border-color css

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

 span { border-color: rgb(106,170,231); }

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