#6aa0dc

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

Shades of Jordy Blue #6AA0DC

Tints of Jordy Blue #6AA0DC

Color information

#6AA0DC (or 0x6AA0DC) is unknown color: approx Jordy Blue. HEX triplet: 6A, A0 and DC. RGB value is (106,160,220). Sum of RGB (Red+Green+Blue) = 106+160+220=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #6AA0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA0DC is #955F23. Grayscale: #969696. Windows color (decimal): -9789220 or 14458986. OLE color: 14458986.

HSL color Cylindrical-coordinate representation of color #6AA0DC: hue angle of 211.58º 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 #6AA0DC is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB106160220-
CMYK0.520.2700.14
HSL211.58º61.96%63.92%-
HSV(B)211.58º51.82%86.27%-
XYZ31.4333.3772.5-
YUV150.69167.1196.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.81%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=21.81%
G=32.92%
B=45.27%

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
Decimal1061602200.520.2700.14211.5861.9663.92
Hex6AA0DC341B0Ed43e40
Octal152240334643301632476100
Binary110101010100000110111001101001101101110110101001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6aa0dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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