#6AA8EE

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

Shades of Jordy Blue #6AA8EE

Tints of Jordy Blue #6AA8EE

Color information

#6AA8EE (or 0x6AA8EE) is unknown color: approx Jordy Blue. HEX triplet: 6A, A8 and EE. RGB value is (106,168,238). Sum of RGB (Red+Green+Blue) = 106+168+238=512 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.70% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AA8EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA8EE is #955711. Grayscale: #9D9D9D. Windows color (decimal): -9787154 or 15640682. OLE color: 15640682.

HSL color Cylindrical-coordinate representation of color #6AA8EE: hue angle of 211.82º degrees, saturation: 0.8, 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 #6AA8EE is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106168238-
CMYK0.550.2900.07
HSL211.82º79.52%67.45%-
HSV(B)211.82º55.46%93.33%-
XYZ35.3837.2486.21-
YUV157.44173.4691.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.70%
GREEN value IS 168 (66.02% from 255) = 32.81%
BLUE value IS 238 (93.36% from 255) = 46.48%
R=20.70%
G=32.81%
B=46.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061682380.550.2900.07211.8279.5267.45
Hex6AA8EE371D07d45043
Octal152250356673507324120103
Binary110101010101000111011101101111110101111101010010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,168,238); }

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

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

 a { background-color: rgb(106,168,238); }

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

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

 span { border-color: rgb(106,168,238); }

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