#6295CC

Color #6295CC Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #6295CC

Tints of Picton Blue #6295CC

Color information

#6295CC (or 0x6295CC) is unknown color: approx Picton Blue. HEX triplet: 62, 95 and CC. RGB value is (98,149,204). Sum of RGB (Red+Green+Blue) = 98+149+204=451 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.73% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #6295CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6295CC is #9D6A33. Grayscale: #8B8B8B. Windows color (decimal): -10316340 or 13407586. OLE color: 13407586.

HSL color Cylindrical-coordinate representation of color #6295CC: hue angle of 211.13º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6295CC is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB98149204-
CMYK0.520.2700.2
HSL211.13º50.96%59.22%-
HSV(B)211.13º51.96%80%-
XYZ26.6828.4561.21-
YUV140.02164.198.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.73%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=21.73%
G=33.04%
B=45.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal981492040.520.2700.2211.1350.9659.22
Hex6295CC341B014d3333b
Octal14222531464330243236373
Binary110001010010101110011001101001101101010011010011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6295CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6295CC; }

 p { color: rgb(98,149,204); }

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

<style>
 a { background-color: #6295CC; }

 a { background-color: rgb(98,149,204); }

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

<style>
 span { border-color: #6295CC; }

 span { border-color: rgb(98,149,204); }

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