#6AA1DC

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

Shades of Jordy Blue #6AA1DC

Tints of Jordy Blue #6AA1DC

Color information

#6AA1DC (or 0x6AA1DC) is unknown color: approx Jordy Blue. HEX triplet: 6A, A1 and DC. RGB value is (106,161,220). Sum of RGB (Red+Green+Blue) = 106+161+220=487 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.77% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #6AA1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA1DC is #955E23. Grayscale: #969696. Windows color (decimal): -9788964 or 14459242. OLE color: 14459242.

HSL color Cylindrical-coordinate representation of color #6AA1DC: hue angle of 211.05º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AA1DC is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB106161220-
CMYK0.520.2700.14
HSL211.05º61.96%63.92%-
HSV(B)211.05º51.82%86.27%-
XYZ31.6133.7272.55-
YUV151.28166.7895.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.77%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=21.77%
G=33.06%
B=45.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1061612200.520.2700.14211.0561.9663.92
Hex6AA1DC341B0Ed33e40
Octal152241334643301632376100
Binary110101010100001110111001101001101101110110100111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,161,220); }

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

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

 a { background-color: rgb(106,161,220); }

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

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

 span { border-color: rgb(106,161,220); }

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