#6AA7EB

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

Shades of Jordy Blue #6AA7EB

Tints of Jordy Blue #6AA7EB

Color information

#6AA7EB (or 0x6AA7EB) is unknown color: approx Jordy Blue. HEX triplet: 6A, A7 and EB. RGB value is (106,167,235). Sum of RGB (Red+Green+Blue) = 106+167+235=508 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.87% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #6AA7EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA7EB is #955814. Grayscale: #9C9C9C. Windows color (decimal): -9787413 or 15443818. OLE color: 15443818.

HSL color Cylindrical-coordinate representation of color #6AA7EB: hue angle of 211.63º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AA7EB is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB106167235-
CMYK0.550.2900.08
HSL211.63º76.33%66.86%-
HSV(B)211.63º54.89%92.16%-
XYZ34.7636.783.85-
YUV156.51172.2991.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.87%
GREEN value IS 167 (65.62% from 255) = 32.87%
BLUE value IS 235 (92.19% from 255) = 46.26%
R=20.87%
G=32.87%
B=46.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1061672350.550.2900.08211.6376.3366.86
Hex6AA7EB371D08d44c43
Octal1522473536735010324114103
Binary1101010101001111110101111011111101010001101010010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,167,235); }

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

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

 a { background-color: rgb(106,167,235); }

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

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

 span { border-color: rgb(106,167,235); }

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