#6196DA

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

Shades of Picton Blue #6196DA

Tints of Picton Blue #6196DA

Color information

#6196DA (or 0x6196DA) is unknown color: approx Picton Blue. HEX triplet: 61, 96 and DA. RGB value is (97,150,218). Sum of RGB (Red+Green+Blue) = 97+150+218=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #6196DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6196DA is #9E6925. Grayscale: #8D8D8D. Windows color (decimal): -10381606 or 14325345. OLE color: 14325345.

HSL color Cylindrical-coordinate representation of color #6196DA: hue angle of 213.72º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6196DA is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97150218-
CMYK0.560.3100.15
HSL213.72º62.05%61.76%-
HSV(B)213.72º55.5%85.49%-
XYZ28.4929.4270.51-
YUV141.9170.9495.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.86%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 218 (85.55% from 255) = 46.88%
R=20.86%
G=32.26%
B=46.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971502180.560.3100.15213.7262.0561.76
Hex6196DA381F0Fd63e3e
Octal14122633270370173267676
Binary11000011001011011011010111000111110111111010110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6196DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6196DA; }

 p { color: rgb(97,150,218); }

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

<style>
 a { background-color: #6196DA; }

 a { background-color: rgb(97,150,218); }

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

<style>
 span { border-color: #6196DA; }

 span { border-color: rgb(97,150,218); }

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