#6f7fdf

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

Shades of Cornflower Blue #6F7FDF

Tints of Cornflower Blue #6F7FDF

Color information

#6F7FDF (or 0x6F7FDF) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 7F and DF. RGB value is (111,127,223). Sum of RGB (Red+Green+Blue) = 111+127+223=461 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.08% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F7FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7FDF is #908020. Grayscale: #848484. Windows color (decimal): -9469985 or 14647151. OLE color: 14647151.

HSL color Cylindrical-coordinate representation of color #6F7FDF: hue angle of 231.43º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F7FDF is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111127223-
CMYK0.500.4300.13
HSL231.43º63.64%65.49%-
HSV(B)231.43º50.22%87.45%-
XYZ27.4623.8972.97-
YUV133.16178.7112.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.08%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 223 (87.5% from 255) = 48.37%
R=24.08%
G=27.55%
B=48.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111272230.500.4300.13231.4363.6465.49
Hex6F7FDF322B0De74041
Octal1571773376253015347100101
Binary1101111111111111011111110010101011011011110011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f7fdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,127,223); }

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

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

 a { background-color: rgb(111,127,223); }

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

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

 span { border-color: rgb(111,127,223); }

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