#6395DC

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

Shades of Cornflower Blue #6395DC

Tints of Cornflower Blue #6395DC

Color information

#6395DC (or 0x6395DC) is unknown color: approx Cornflower Blue. HEX triplet: 63, 95 and DC. RGB value is (99,149,220). Sum of RGB (Red+Green+Blue) = 99+149+220=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #6395DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6395DC is #9C6A23. Grayscale: #8D8D8D. Windows color (decimal): -10250788 or 14456163. OLE color: 14456163.

HSL color Cylindrical-coordinate representation of color #6395DC: hue angle of 215.21º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6395DC is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB99149220-
CMYK0.550.3200.14
HSL215.21º63.35%62.55%-
HSV(B)215.21º55%86.27%-
XYZ28.8129.3171.85-
YUV142.14171.9497.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.15%
GREEN value IS 149 (58.59% from 255) = 31.84%
BLUE value IS 220 (86.33% from 255) = 47.01%
R=21.15%
G=31.84%
B=47.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal991492200.550.3200.14215.2163.3562.55
Hex6395DC37200Ed73f3f
Octal14322533467400163277777
Binary110001110010101110111001101111000000111011010111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6395DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6395DC; }

 p { color: rgb(99,149,220); }

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

<style>
 a { background-color: #6395DC; }

 a { background-color: rgb(99,149,220); }

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

<style>
 span { border-color: #6395DC; }

 span { border-color: rgb(99,149,220); }

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