#6FADF5

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

Shades of Jordy Blue #6FADF5

Tints of Jordy Blue #6FADF5

Color information

#6FADF5 (or 0x6FADF5) is unknown color: approx Jordy Blue. HEX triplet: 6F, AD and F5. RGB value is (111,173,245). Sum of RGB (Red+Green+Blue) = 111+173+245=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 245 - color contains mainly: blue. Hex color #6FADF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FADF5 is #90520A. Grayscale: #A2A2A2. Windows color (decimal): -9458187 or 16100719. OLE color: 16100719.

HSL color Cylindrical-coordinate representation of color #6FADF5: hue angle of 212.24º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FADF5 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB111173245-
CMYK0.550.2900.04
HSL212.24º87.01%69.8%-
HSV(B)212.24º54.69%96.08%-
XYZ37.9839.8692.08-
YUV162.67174.4691.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.98%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 245 (96.09% from 255) = 46.31%
R=20.98%
G=32.70%
B=46.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1111732450.550.2900.04212.2487.0169.8
Hex6FADF5371D04d45746
Octal157255365673504324127106
Binary110111110101101111101011101111110101001101010010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FADF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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