#64ABCF

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

Shades of Picton Blue #64ABCF

Tints of Picton Blue #64ABCF

Color information

#64ABCF (or 0x64ABCF) is unknown color: approx Picton Blue. HEX triplet: 64, AB and CF. RGB value is (100,171,207). Sum of RGB (Red+Green+Blue) = 100+171+207=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #64ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABCF is #9B5430. Grayscale: #999999. Windows color (decimal): -10179633 or 13609828. OLE color: 13609828.

HSL color Cylindrical-coordinate representation of color #64ABCF: hue angle of 200.19º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64ABCF is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB100171207-
CMYK0.520.1700.19
HSL200.19º52.71%60.2%-
HSV(B)200.19º51.69%81.18%-
XYZ31.0836.3464.41-
YUV153.88157.9889.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.92%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 207 (81.25% from 255) = 43.31%
R=20.92%
G=35.77%
B=43.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001712070.520.1700.19200.1952.7160.2
Hex64ABCF3411013c8353c
Octal14425331764210233106574
Binary110010010101011110011111101001000101001111001000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,171,207); }

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

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

 a { background-color: rgb(100,171,207); }

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

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

 span { border-color: rgb(100,171,207); }

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