#6FABF4

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

Shades of Jordy Blue #6FABF4

Tints of Jordy Blue #6FABF4

Color information

#6FABF4 (or 0x6FABF4) is unknown color: approx Jordy Blue. HEX triplet: 6F, AB and F4. RGB value is (111,171,244). Sum of RGB (Red+Green+Blue) = 111+171+244=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 244 (95.70% from 255 or 46.39% from 526); Max value from RGB is 244 - color contains mainly: blue. Hex color #6FABF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FABF4 is #90540B. Grayscale: #A1A1A1. Windows color (decimal): -9458700 or 16034671. OLE color: 16034671.

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

Color convert

RGB111171244-
CMYK0.550.3000.04
HSL212.93º85.81%69.61%-
HSV(B)212.93º54.51%95.69%-
XYZ37.4539.0491.15-
YUV161.38174.6292.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.10%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 244 (95.70% from 255) = 46.39%
R=21.10%
G=32.51%
B=46.39%

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
Decimal1111712440.550.3000.04212.9385.8169.61
Hex6FABF4371E04d55646
Octal157253364673604325126106
Binary110111110101011111101001101111111001001101010110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,171,244); }

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

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

 a { background-color: rgb(111,171,244); }

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

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

 span { border-color: rgb(111,171,244); }

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