#6D7FDC

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

Shades of Cornflower Blue #6D7FDC

Tints of Cornflower Blue #6D7FDC

Color information

#6D7FDC (or 0x6D7FDC) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 7F and DC. RGB value is (109,127,220). Sum of RGB (Red+Green+Blue) = 109+127+220=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D7FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7FDC is #928023. Grayscale: #838383. Windows color (decimal): -9601060 or 14450541. OLE color: 14450541.

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

Color convert

RGB109127220-
CMYK0.500.4200.14
HSL230.27º61.33%64.51%-
HSV(B)230.27º50.45%86.27%-
XYZ26.8123.670.85-
YUV132.22177.54111.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.90%
GREEN value IS 127 (50% from 255) = 27.85%
BLUE value IS 220 (86.33% from 255) = 48.25%
R=23.90%
G=27.85%
B=48.25%

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
Decimal1091272200.500.4200.14230.2761.3364.51
Hex6D7FDC322A0Ee63d41
Octal155177334625201634675101
Binary110110111111111101110011001010101001110111001101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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