#6FACF6

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

Shades of Jordy Blue #6FACF6

Tints of Jordy Blue #6FACF6

Color information

#6FACF6 (or 0x6FACF6) is unknown color: approx Jordy Blue. HEX triplet: 6F, AC and F6. RGB value is (111,172,246). Sum of RGB (Red+Green+Blue) = 111+172+246=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #6FACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FACF6 is #905309. Grayscale: #A1A1A1. Windows color (decimal): -9458442 or 16165999. OLE color: 16165999.

HSL color Cylindrical-coordinate representation of color #6FACF6: hue angle of 212.89º degrees, saturation: 0.88, 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 #6FACF6 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB111172246-
CMYK0.550.3000.04
HSL212.89º88.24%70%-
HSV(B)212.89º54.88%96.47%-
XYZ37.9439.5492.82-
YUV162.2175.2991.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.98%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 246 (96.48% from 255) = 46.50%
R=20.98%
G=32.51%
B=46.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1111722460.550.3000.04212.8988.2470
Hex6FACF6371E04d55846
Octal157254366673604325130106
Binary110111110101100111101101101111111001001101010110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FACF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,172,246); }

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

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

 a { background-color: rgb(111,172,246); }

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

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

 span { border-color: rgb(111,172,246); }

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