#6AACED

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

Shades of Jordy Blue #6AACED

Tints of Jordy Blue #6AACED

Color information

#6AACED (or 0x6AACED) is unknown color: approx Jordy Blue. HEX triplet: 6A, AC and ED. RGB value is (106,172,237). Sum of RGB (Red+Green+Blue) = 106+172+237=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #6AACED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AACED is #955312. Grayscale: #9F9F9F. Windows color (decimal): -9786131 or 15576170. OLE color: 15576170.

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

Color convert

RGB106172237-
CMYK0.550.2700.07
HSL209.77º78.44%67.25%-
HSV(B)209.77º55.27%92.94%-
XYZ35.9838.6885.69-
YUV159.68171.6389.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.58%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 237 (92.97% from 255) = 46.02%
R=20.58%
G=33.40%
B=46.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061722370.550.2700.07209.7778.4467.25
Hex6AACED371B07d24e43
Octal152254355673307322116103
Binary110101010101100111011011101111101101111101001010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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