#6F7DDF

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

Shades of Cornflower Blue #6F7DDF

Tints of Cornflower Blue #6F7DDF

Color information

#6F7DDF (or 0x6F7DDF) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 7D and DF. RGB value is (111,125,223). Sum of RGB (Red+Green+Blue) = 111+125+223=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F7DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7DDF is #908220. Grayscale: #838383. Windows color (decimal): -9470497 or 14646639. OLE color: 14646639.

HSL color Cylindrical-coordinate representation of color #6F7DDF: hue angle of 232.5º 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 #6F7DDF is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111125223-
CMYK0.500.4400.13
HSL232.5º63.64%65.49%-
HSV(B)232.5º50.22%87.45%-
XYZ27.2123.3772.89-
YUV131.99179.36113.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.18%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 223 (87.5% from 255) = 48.58%
R=24.18%
G=27.23%
B=48.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111252230.500.4400.13232.563.6465.49
Hex6F7DDF322C0De84041
Octal1571753376254015350100101
Binary1101111111110111011111110010101100011011110100010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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