#6D83DB

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

Shades of Cornflower Blue #6D83DB

Tints of Cornflower Blue #6D83DB

Color information

#6D83DB (or 0x6D83DB) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 83 and DB. RGB value is (109,131,219). Sum of RGB (Red+Green+Blue) = 109+131+219=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D83DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D83DB is #927C24. Grayscale: #868686. Windows color (decimal): -9600037 or 14386029. OLE color: 14386029.

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

Color convert

RGB109131219-
CMYK0.500.4000.14
HSL228º60.44%64.31%-
HSV(B)228º50.23%85.88%-
XYZ27.2124.670.33-
YUV134.45175.71109.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.75%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 219 (85.94% from 255) = 47.71%
R=23.75%
G=28.54%
B=47.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091312190.500.4000.1422860.4464.31
Hex6D83DB32280Ee43c40
Octal155203333625001634474100
Binary1101101100000111101101111001010100001110111001001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D83DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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