#6AAAE5

Color #6AAAE5 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #6AAAE5

Tints of Jordy Blue #6AAAE5

Color information

#6AAAE5 (or 0x6AAAE5) is unknown color: approx Jordy Blue. HEX triplet: 6A, AA and E5. RGB value is (106,170,229). Sum of RGB (Red+Green+Blue) = 106+170+229=505 (66% of max value = 765). Red value is 106 (41.80% from 255 or 20.99% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #6AAAE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAAE5 is #95551A. Grayscale: #9D9D9D. Windows color (decimal): -9786651 or 15051370. OLE color: 15051370.

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

Color convert

RGB106170229-
CMYK0.540.2600.10
HSL208.78º70.29%65.69%-
HSV(B)208.78º53.71%89.8%-
XYZ34.4637.4779.55-
YUV157.59168.391.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.99%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 229 (89.84% from 255) = 45.35%
R=20.99%
G=33.66%
B=45.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1061702290.540.2600.10208.7870.2965.69
Hex6AAAE5361A0Ad14642
Octal1522523456632012321106102
Binary1101010101010101110010111011011010010101101000110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6AAAE5;
 }
 .AnyTagClassName
 {
   color: #6AAAE5;
 }
</style>
background-color css

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

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

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

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

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

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