#6195CE

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

Shades of Picton Blue #6195CE

Tints of Picton Blue #6195CE

Color information

#6195CE (or 0x6195CE) is unknown color: approx Picton Blue. HEX triplet: 61, 95 and CE. RGB value is (97,149,206). Sum of RGB (Red+Green+Blue) = 97+149+206=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #6195CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6195CE is #9E6A31. Grayscale: #8B8B8B. Windows color (decimal): -10381874 or 13538657. OLE color: 13538657.

HSL color Cylindrical-coordinate representation of color #6195CE: hue angle of 211.38º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6195CE is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97149206-
CMYK0.530.2800.19
HSL211.38º52.66%59.41%-
HSV(B)211.38º52.91%80.78%-
XYZ26.8228.4962.48-
YUV139.95165.2797.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.46%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 206 (80.86% from 255) = 45.58%
R=21.46%
G=32.96%
B=45.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971492060.530.2800.19211.3852.6659.41
Hex6195CE351C013d3353b
Octal14122531665340233236573
Binary110000110010101110011101101011110001001111010011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6195CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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