#64A3CB

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

Shades of Picton Blue #64A3CB

Tints of Picton Blue #64A3CB

Color information

#64A3CB (or 0x64A3CB) is unknown color: approx Picton Blue. HEX triplet: 64, A3 and CB. RGB value is (100,163,203). Sum of RGB (Red+Green+Blue) = 100+163+203=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #64A3CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A3CB is #9B5C34. Grayscale: #949494. Windows color (decimal): -10181685 or 13345636. OLE color: 13345636.

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

Color convert

RGB100163203-
CMYK0.510.2000.20
HSL203.3º49.76%59.41%-
HSV(B)203.3º50.74%79.61%-
XYZ29.1333.2261.38-
YUV148.72158.6393.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.46%
GREEN value IS 163 (64.06% from 255) = 34.98%
BLUE value IS 203 (79.69% from 255) = 43.56%
R=21.46%
G=34.98%
B=43.56%

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
Decimal1001632030.510.2000.20203.349.7659.41
Hex64A3CB3314014cb323b
Octal14424331363240243136273
Binary110010010100011110010111100111010001010011001011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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