#6AACEE

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

Shades of Jordy Blue #6AACEE

Tints of Jordy Blue #6AACEE

Color information

#6AACEE (or 0x6AACEE) is unknown color: approx Jordy Blue. HEX triplet: 6A, AC and EE. RGB value is (106,172,238). Sum of RGB (Red+Green+Blue) = 106+172+238=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AACEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AACEE is #955311. Grayscale: #9F9F9F. Windows color (decimal): -9786130 or 15641706. OLE color: 15641706.

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

Color convert

RGB106172238-
CMYK0.550.2800.07
HSL210º79.52%67.45%-
HSV(B)210º55.46%93.33%-
XYZ36.1338.7486.46-
YUV159.79172.1389.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.54%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 46.12%
R=20.54%
G=33.33%
B=46.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061722380.550.2800.0721079.5267.45
Hex6AACEE371C07d25043
Octal152254356673407322120103
Binary110101010101100111011101101111110001111101001010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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