#6595CD

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

Shades of Picton Blue #6595CD

Tints of Picton Blue #6595CD

Color information

#6595CD (or 0x6595CD) is unknown color: approx Picton Blue. HEX triplet: 65, 95 and CD. RGB value is (101,149,205). Sum of RGB (Red+Green+Blue) = 101+149+205=455 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.20% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #6595CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6595CD is #9A6A32. Grayscale: #8C8C8C. Windows color (decimal): -10119731 or 13473125. OLE color: 13473125.

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

Color convert

RGB101149205-
CMYK0.510.2700.20
HSL212.31º50.98%60%-
HSV(B)212.31º50.73%80.39%-
XYZ27.1328.6761.86-
YUV141.03164.199.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.20%
GREEN value IS 149 (58.59% from 255) = 32.75%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=22.20%
G=32.75%
B=45.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011492050.510.2700.20212.3150.9860
Hex6595CD331B014d4333c
Octal14522531563330243246374
Binary110010110010101110011011100111101101010011010100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6595CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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