#6C93DB

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

Shades of Cornflower Blue #6C93DB

Tints of Cornflower Blue #6C93DB

Color information

#6C93DB (or 0x6C93DB) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 93 and DB. RGB value is (108,147,219). Sum of RGB (Red+Green+Blue) = 108+147+219=474 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.78% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C93DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C93DB is #936C24. Grayscale: #8F8F8F. Windows color (decimal): -9661477 or 14390124. OLE color: 14390124.

HSL color Cylindrical-coordinate representation of color #6C93DB: hue angle of 218.92º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C93DB is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB108147219-
CMYK0.510.3300.14
HSL218.92º60.66%64.12%-
HSV(B)218.92º50.68%85.88%-
XYZ29.429.1771.1-
YUV143.55170.58102.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.78%
GREEN value IS 147 (57.81% from 255) = 31.01%
BLUE value IS 219 (85.94% from 255) = 46.20%
R=22.78%
G=31.01%
B=46.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1081472190.510.3300.14218.9260.6664.12
Hex6C93DB33210Edb3d40
Octal154223333634101633375100
Binary1101100100100111101101111001110000101110110110111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C93DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,147,219); }

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

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

 a { background-color: rgb(108,147,219); }

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

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

 span { border-color: rgb(108,147,219); }

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