#6FAAEA

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

Shades of Jordy Blue #6FAAEA

Tints of Jordy Blue #6FAAEA

Color information

#6FAAEA (or 0x6FAAEA) is unknown color: approx Jordy Blue. HEX triplet: 6F, AA and EA. RGB value is (111,170,234). Sum of RGB (Red+Green+Blue) = 111+170+234=515 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.55% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FAAEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAAEA is #905515. Grayscale: #9F9F9F. Windows color (decimal): -9458966 or 15379055. OLE color: 15379055.

HSL color Cylindrical-coordinate representation of color #6FAAEA: hue angle of 211.22º degrees, saturation: 0.75, 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 #6FAAEA is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111170234-
CMYK0.530.2700.08
HSL211.22º74.55%67.65%-
HSV(B)211.22º52.56%91.76%-
XYZ35.7838.0783.3-
YUV159.65169.9593.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.55%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 234 (91.80% from 255) = 45.44%
R=21.55%
G=33.01%
B=45.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111702340.530.2700.08211.2274.5567.65
Hex6FAAEA351B08d34b44
Octal1572523526533010323113104
Binary1101111101010101110101011010111011010001101001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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