#6197CC

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

Shades of Picton Blue #6197CC

Tints of Picton Blue #6197CC

Color information

#6197CC (or 0x6197CC) is unknown color: approx Picton Blue. HEX triplet: 61, 97 and CC. RGB value is (97,151,204). Sum of RGB (Red+Green+Blue) = 97+151+204=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #6197CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6197CC is #9E6833. Grayscale: #8C8C8C. Windows color (decimal): -10381364 or 13408097. OLE color: 13408097.

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

Color convert

RGB97151204-
CMYK0.520.2600.2
HSL209.72º51.2%59.02%-
HSV(B)209.72º52.45%80%-
XYZ26.929.0361.31-
YUV140.9163.6196.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.46%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 204 (80.08% from 255) = 45.13%
R=21.46%
G=33.41%
B=45.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971512040.520.2600.2209.7251.259.02
Hex6197CC341A014d2333b
Octal14122731464320243226373
Binary110000110010111110011001101001101001010011010010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6197CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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