#6FACF2

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

Shades of Jordy Blue #6FACF2

Tints of Jordy Blue #6FACF2

Color information

#6FACF2 (or 0x6FACF2) is unknown color: approx Jordy Blue. HEX triplet: 6F, AC and F2. RGB value is (111,172,242). Sum of RGB (Red+Green+Blue) = 111+172+242=525 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.14% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #6FACF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FACF2 is #90530D. Grayscale: #A1A1A1. Windows color (decimal): -9458446 or 15903855. OLE color: 15903855.

HSL color Cylindrical-coordinate representation of color #6FACF2: hue angle of 212.06º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FACF2 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB111172242-
CMYK0.540.2900.05
HSL212.06º83.44%69.22%-
HSV(B)212.06º54.13%94.9%-
XYZ37.3439.389.62-
YUV161.74173.2991.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.14%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 242 (94.92% from 255) = 46.10%
R=21.14%
G=32.76%
B=46.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1111722420.540.2900.05212.0683.4469.22
Hex6FACF2361D05d45345
Octal157254362663505324123105
Binary110111110101100111100101101101110101011101010010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FACF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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