#6FADEE

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

Shades of Jordy Blue #6FADEE

Tints of Jordy Blue #6FADEE

Color information

#6FADEE (or 0x6FADEE) is unknown color: approx Jordy Blue. HEX triplet: 6F, AD and EE. RGB value is (111,173,238). Sum of RGB (Red+Green+Blue) = 111+173+238=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #6FADEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FADEE is #905211. Grayscale: #A1A1A1. Windows color (decimal): -9458194 or 15641967. OLE color: 15641967.

HSL color Cylindrical-coordinate representation of color #6FADEE: hue angle of 210.71º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FADEE is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB111173238-
CMYK0.530.2700.07
HSL210.71º78.88%68.43%-
HSV(B)210.71º53.36%93.33%-
XYZ36.9339.4486.56-
YUV161.87170.9691.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.26%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 238 (93.36% from 255) = 45.59%
R=21.26%
G=33.14%
B=45.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1111732380.530.2700.07210.7178.8868.43
Hex6FADEE351B07d34f44
Octal157255356653307323117104
Binary110111110101101111011101101011101101111101001110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,173,238); }

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

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

 a { background-color: rgb(111,173,238); }

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

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

 span { border-color: rgb(111,173,238); }

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