#6D99DA

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

Shades of Cornflower Blue #6D99DA

Tints of Cornflower Blue #6D99DA

Color information

#6D99DA (or 0x6D99DA) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 99 and DA. RGB value is (109,153,218). Sum of RGB (Red+Green+Blue) = 109+153+218=480 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.71% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D99DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D99DA is #926625. Grayscale: #929292. Windows color (decimal): -9594406 or 14326125. OLE color: 14326125.

HSL color Cylindrical-coordinate representation of color #6D99DA: hue angle of 215.78º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D99DA is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB109153218-
CMYK0.50.3000.15
HSL215.78º59.56%64.12%-
HSV(B)215.78º50%85.49%-
XYZ30.3531.170.73-
YUV147.25167.92100.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.71%
GREEN value IS 153 (60.16% from 255) = 31.88%
BLUE value IS 218 (85.55% from 255) = 45.42%
R=22.71%
G=31.88%
B=45.42%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1091532180.50.3000.15215.7859.5664.12
Hex6D99DA321E0Fd83c40
Octal155231332623601733074100
Binary110110110011001110110101100101111001111110110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,153,218); }

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

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

 a { background-color: rgb(109,153,218); }

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

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

 span { border-color: rgb(109,153,218); }

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