#64A3CD

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

Shades of Picton Blue #64A3CD

Tints of Picton Blue #64A3CD

Color information

#64A3CD (or 0x64A3CD) is unknown color: approx Picton Blue. HEX triplet: 64, A3 and CD. RGB value is (100,163,205). Sum of RGB (Red+Green+Blue) = 100+163+205=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #64A3CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A3CD is #9B5C32. Grayscale: #949494. Windows color (decimal): -10181683 or 13476708. OLE color: 13476708.

HSL color Cylindrical-coordinate representation of color #64A3CD: hue angle of 204º 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 #64A3CD is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100163205-
CMYK0.510.2000.20
HSL204º51.22%59.8%-
HSV(B)204º51.22%80.39%-
XYZ29.3733.3162.64-
YUV148.95159.6393.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.37%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=21.37%
G=34.83%
B=43.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001632050.510.2000.2020451.2259.8
Hex64A3CD3314014cc333c
Octal14424331563240243146374
Binary110010010100011110011011100111010001010011001100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64A3CD; }

 p { color: rgb(100,163,205); }

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

<style>
 a { background-color: #64A3CD; }

 a { background-color: rgb(100,163,205); }

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

<style>
 span { border-color: #64A3CD; }

 span { border-color: rgb(100,163,205); }

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