#6AAAED

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

Shades of Jordy Blue #6AAAED

Tints of Jordy Blue #6AAAED

Color information

#6AAAED (or 0x6AAAED) is unknown color: approx Jordy Blue. HEX triplet: 6A, AA and ED. RGB value is (106,170,237). Sum of RGB (Red+Green+Blue) = 106+170+237=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #6AAAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAAED is #955512. Grayscale: #9E9E9E. Windows color (decimal): -9786643 or 15575658. OLE color: 15575658.

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

Color convert

RGB106170237-
CMYK0.550.2800.07
HSL210.69º78.44%67.25%-
HSV(B)210.69º55.27%92.94%-
XYZ35.637.9385.57-
YUV158.5172.390.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.66%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 237 (92.97% from 255) = 46.20%
R=20.66%
G=33.14%
B=46.20%

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
Decimal1061702370.550.2800.07210.6978.4467.25
Hex6AAAED371C07d34e43
Octal152252355673407323116103
Binary110101010101010111011011101111110001111101001110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,170,237); }

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

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

 a { background-color: rgb(106,170,237); }

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

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

 span { border-color: rgb(106,170,237); }

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