#6AA6E0

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

Shades of Jordy Blue #6AA6E0

Tints of Jordy Blue #6AA6E0

Color information

#6AA6E0 (or 0x6AA6E0) is unknown color: approx Jordy Blue. HEX triplet: 6A, A6 and E0. RGB value is (106,166,224). Sum of RGB (Red+Green+Blue) = 106+166+224=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #6AA6E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA6E0 is #95591F. Grayscale: #9A9A9A. Windows color (decimal): -9787680 or 14722666. OLE color: 14722666.

HSL color Cylindrical-coordinate representation of color #6AA6E0: hue angle of 209.49º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AA6E0 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB106166224-
CMYK0.530.2600.12
HSL209.49º65.56%64.71%-
HSV(B)209.49º52.68%87.84%-
XYZ33.0335.7275.67-
YUV154.67167.1293.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.37%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 224 (87.89% from 255) = 45.16%
R=21.37%
G=33.47%
B=45.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1061662240.530.2600.12209.4965.5664.71
Hex6AA6E0351A0Cd14241
Octal1522463406532014321102101
Binary1101010101001101110000011010111010011001101000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,166,224); }

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

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

 a { background-color: rgb(106,166,224); }

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

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

 span { border-color: rgb(106,166,224); }

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