#6FAAEB

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

Shades of Jordy Blue #6FAAEB

Tints of Jordy Blue #6FAAEB

Color information

#6FAAEB (or 0x6FAAEB) is unknown color: approx Jordy Blue. HEX triplet: 6F, AA and EB. RGB value is (111,170,235). Sum of RGB (Red+Green+Blue) = 111+170+235=516 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.51% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAAEB is #905514. Grayscale: #9F9F9F. Windows color (decimal): -9458965 or 15444591. OLE color: 15444591.

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

Color convert

RGB111170235-
CMYK0.530.2800.08
HSL211.45º75.61%67.84%-
HSV(B)211.45º52.77%92.16%-
XYZ35.9338.1384.06-
YUV159.77170.4593.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.51%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 235 (92.19% from 255) = 45.54%
R=21.51%
G=32.95%
B=45.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111702350.530.2800.08211.4575.6167.84
Hex6FAAEB351C08d34c44
Octal1572523536534010323114104
Binary1101111101010101110101111010111100010001101001110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,170,235); }

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

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

 a { background-color: rgb(111,170,235); }

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

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

 span { border-color: rgb(111,170,235); }

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