#6d81eb

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

Shades of Cornflower Blue #6D81EB

Tints of Cornflower Blue #6D81EB

Color information

#6D81EB (or 0x6D81EB) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 81 and EB. RGB value is (109,129,235). Sum of RGB (Red+Green+Blue) = 109+129+235=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D81EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D81EB is #927E14. Grayscale: #868686. Windows color (decimal): -9600533 or 15434093. OLE color: 15434093.

HSL color Cylindrical-coordinate representation of color #6D81EB: hue angle of 230.48º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D81EB is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB109129235-
CMYK0.540.4500.08
HSL230.48º75.9%67.45%-
HSV(B)230.48º53.62%92.16%-
XYZ29.1524.9581.88-
YUV135.1184.37109.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.04%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 235 (92.19% from 255) = 49.68%
R=23.04%
G=27.27%
B=49.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1091292350.540.4500.08230.4875.967.45
Hex6D81EB362D08e64c43
Octal1552013536655010346114103
Binary11011011000000111101011110110101101010001110011010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d81eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,129,235); }

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

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

 a { background-color: rgb(109,129,235); }

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

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

 span { border-color: rgb(109,129,235); }

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