#6095FF

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

Shades of Cornflower Blue #6095FF

Tints of Cornflower Blue #6095FF

Color information

#6095FF (or 0x6095FF) is unknown color: approx Cornflower Blue. HEX triplet: 60, 95 and FF. RGB value is (96,149,255). Sum of RGB (Red+Green+Blue) = 96+149+255=500 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.2% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #6095FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6095FF is #9F6A00. Grayscale: #909090. Windows color (decimal): -10447361 or 16749920. OLE color: 16749920.

HSL color Cylindrical-coordinate representation of color #6095FF: hue angle of 220º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6095FF is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB96149255-
CMYK0.620.4200
HSL220º100%68.82%-
HSV(B)220º62.35%100%-
XYZ33.6231.298.86-
YUV145.24189.9492.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.2%
GREEN value IS 149 (58.59% from 255) = 29.8%
BLUE value IS 255 (100% from 255) = 51%
R=19.2%
G=29.8%
B=51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal961492550.620.420022010068.82
Hex6095FF3E2A00dc6445
Octal140225377765200334144105
Binary11000001001010111111111111110101010001101110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6095FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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