#6D92DC

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

Shades of Cornflower Blue #6D92DC

Tints of Cornflower Blue #6D92DC

Color information

#6D92DC (or 0x6D92DC) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 92 and DC. RGB value is (109,146,220). Sum of RGB (Red+Green+Blue) = 109+146+220=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D92DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D92DC is #926D23. Grayscale: #8F8F8F. Windows color (decimal): -9596196 or 14455405. OLE color: 14455405.

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

Color convert

RGB109146220-
CMYK0.500.3400.14
HSL220º61.33%64.51%-
HSV(B)220º50.45%86.27%-
XYZ29.528.9871.75-
YUV143.37171.24103.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.95%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=22.95%
G=30.74%
B=46.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091462200.500.3400.1422061.3364.51
Hex6D92DC32220Edc3d41
Octal155222334624201633475101
Binary1101101100100101101110011001010001001110110111001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D92DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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