#6195CD

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

Shades of Picton Blue #6195CD

Tints of Picton Blue #6195CD

Color information

#6195CD (or 0x6195CD) is unknown color: approx Picton Blue. HEX triplet: 61, 95 and CD. RGB value is (97,149,205). Sum of RGB (Red+Green+Blue) = 97+149+205=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #6195CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6195CD is #9E6A32. Grayscale: #8B8B8B. Windows color (decimal): -10381875 or 13473121. OLE color: 13473121.

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

Color convert

RGB97149205-
CMYK0.530.2700.20
HSL211.11º51.92%59.22%-
HSV(B)211.11º52.68%80.39%-
XYZ26.728.4461.84-
YUV139.84164.7797.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.51%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=21.51%
G=33.04%
B=45.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971492050.530.2700.20211.1151.9259.22
Hex6195CD351B014d3343b
Octal14122531565330243236473
Binary110000110010101110011011101011101101010011010011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6195CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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