#6195CC

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

Shades of Picton Blue #6195CC

Tints of Picton Blue #6195CC

Color information

#6195CC (or 0x6195CC) is unknown color: approx Picton Blue. HEX triplet: 61, 95 and CC. RGB value is (97,149,204). Sum of RGB (Red+Green+Blue) = 97+149+204=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #6195CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6195CC is #9E6A33. Grayscale: #8B8B8B. Windows color (decimal): -10381876 or 13407585. OLE color: 13407585.

HSL color Cylindrical-coordinate representation of color #6195CC: hue angle of 210.84º 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 #6195CC is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB97149204-
CMYK0.520.2700.2
HSL210.84º51.2%59.02%-
HSV(B)210.84º52.45%80%-
XYZ26.5828.461.21-
YUV139.72164.2797.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.56%
GREEN value IS 149 (58.59% from 255) = 33.11%
BLUE value IS 204 (80.08% from 255) = 45.33%
R=21.56%
G=33.11%
B=45.33%

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
Decimal971492040.520.2700.2210.8451.259.02
Hex6195CC341B014d3333b
Octal14122531464330243236373
Binary110000110010101110011001101001101101010011010011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6195CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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