#6D7FDB

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

Shades of Cornflower Blue #6D7FDB

Tints of Cornflower Blue #6D7FDB

Color information

#6D7FDB (or 0x6D7FDB) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 7F and DB. RGB value is (109,127,219). Sum of RGB (Red+Green+Blue) = 109+127+219=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D7FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7FDB is #928024. Grayscale: #838383. Windows color (decimal): -9601061 or 14385005. OLE color: 14385005.

HSL color Cylindrical-coordinate representation of color #6D7FDB: hue angle of 230.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D7FDB is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109127219-
CMYK0.500.4200.14
HSL230.18º60.44%64.31%-
HSV(B)230.18º50.23%85.88%-
XYZ26.6823.5470.16-
YUV132.11177.04111.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.96%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 219 (85.94% from 255) = 48.13%
R=23.96%
G=27.91%
B=48.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091272190.500.4200.14230.1860.4464.31
Hex6D7FDB322A0Ee63c40
Octal155177333625201634674100
Binary110110111111111101101111001010101001110111001101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,127,219); }

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

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

 a { background-color: rgb(109,127,219); }

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

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

 span { border-color: rgb(109,127,219); }

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