#6AA3E5

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

Shades of Jordy Blue #6AA3E5

Tints of Jordy Blue #6AA3E5

Color information

#6AA3E5 (or 0x6AA3E5) is unknown color: approx Jordy Blue. HEX triplet: 6A, A3 and E5. RGB value is (106,163,229). Sum of RGB (Red+Green+Blue) = 106+163+229=498 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.29% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #6AA3E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA3E5 is #955C1A. Grayscale: #999999. Windows color (decimal): -9788443 or 15049578. OLE color: 15049578.

HSL color Cylindrical-coordinate representation of color #6AA3E5: hue angle of 212.2º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AA3E5 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB106163229-
CMYK0.540.2900.10
HSL212.2º70.29%65.69%-
HSV(B)212.2º53.71%89.8%-
XYZ33.1834.9279.12-
YUV153.48170.6294.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.29%
GREEN value IS 163 (64.06% from 255) = 32.73%
BLUE value IS 229 (89.84% from 255) = 45.98%
R=21.29%
G=32.73%
B=45.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1061632290.540.2900.10212.270.2965.69
Hex6AA3E5361D0Ad44642
Octal1522433456635012324106102
Binary1101010101000111110010111011011101010101101010010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,163,229); }

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

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

 a { background-color: rgb(106,163,229); }

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

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

 span { border-color: rgb(106,163,229); }

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