#6D93D7

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

Shades of Cornflower Blue #6D93D7

Tints of Cornflower Blue #6D93D7

Color information

#6D93D7 (or 0x6D93D7) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 93 and D7. RGB value is (109,147,215). Sum of RGB (Red+Green+Blue) = 109+147+215=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #6D93D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D93D7 is #926C28. Grayscale: #8F8F8F. Windows color (decimal): -9595945 or 14127981. OLE color: 14127981.

HSL color Cylindrical-coordinate representation of color #6D93D7: hue angle of 218.49º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D93D7 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB109147215-
CMYK0.490.3200.16
HSL218.49º56.99%63.53%-
HSV(B)218.49º49.3%84.31%-
XYZ29.0129.0268.36-
YUV143.39168.41103.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.14%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 215 (84.38% from 255) = 45.65%
R=23.14%
G=31.21%
B=45.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1091472150.490.3200.16218.4956.9963.53
Hex6D93D73120010da3940
Octal155223327614002033271100
Binary11011011001001111010111110001100000010000110110101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D93D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,147,215); }

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

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

 a { background-color: rgb(109,147,215); }

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

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

 span { border-color: rgb(109,147,215); }

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