#6F89FB

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

Shades of Cornflower Blue #6F89FB

Tints of Cornflower Blue #6F89FB

Color information

#6F89FB (or 0x6F89FB) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 89 and FB. RGB value is (111,137,251). Sum of RGB (Red+Green+Blue) = 111+137+251=499 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.24% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F89FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F89FB is #907604. Grayscale: #8D8D8D. Windows color (decimal): -9467397 or 16484719. OLE color: 16484719.

HSL color Cylindrical-coordinate representation of color #6F89FB: hue angle of 228.86º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F89FB is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB111137251-
CMYK0.560.4500.02
HSL228.86º94.59%70.98%-
HSV(B)228.86º55.78%98.43%-
XYZ32.9128.2494.98-
YUV142.22189.39105.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.24%
GREEN value IS 137 (53.91% from 255) = 27.45%
BLUE value IS 251 (98.44% from 255) = 50.30%
R=22.24%
G=27.45%
B=50.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1111372510.560.4500.02228.8694.5970.98
Hex6F89FB382D02e55f47
Octal157211373705502345137107
Binary110111110001001111110111110001011010101110010110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F89FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,137,251); }

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

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

 a { background-color: rgb(111,137,251); }

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

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

 span { border-color: rgb(111,137,251); }

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