#6095DB

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

Shades of Cornflower Blue #6095DB

Tints of Cornflower Blue #6095DB

Color information

#6095DB (or 0x6095DB) is unknown color: approx Cornflower Blue. HEX triplet: 60, 95 and DB. RGB value is (96,149,219). Sum of RGB (Red+Green+Blue) = 96+149+219=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #6095DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6095DB is #9F6A24. Grayscale: #8C8C8C. Windows color (decimal): -10447397 or 14390624. OLE color: 14390624.

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

Color convert

RGB96149219-
CMYK0.560.3200.14
HSL214.15º63.08%61.76%-
HSV(B)214.15º56.16%85.88%-
XYZ28.3629.171.14-
YUV141.13171.9495.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.69%
GREEN value IS 149 (58.59% from 255) = 32.11%
BLUE value IS 219 (85.94% from 255) = 47.20%
R=20.69%
G=32.11%
B=47.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal961492190.560.3200.14214.1563.0861.76
Hex6095DB38200Ed63f3e
Octal14022533370400163267776
Binary110000010010101110110111110001000000111011010110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6095DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6095DB; }

 p { color: rgb(96,149,219); }

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

<style>
 a { background-color: #6095DB; }

 a { background-color: rgb(96,149,219); }

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

<style>
 span { border-color: #6095DB; }

 span { border-color: rgb(96,149,219); }

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