Html Css Color HEX #64ACCE Picton Blue

📋 copy color: '#64ACCE'

red 100 ◦ green 172 ◦ blue 206

#64ACCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #64ACCE

Tints of Picton Blue #64ACCE

RGB

 RED value IS 100 (39.45% from 255) = 20.92%

 GREEN value IS 172 (67.58% from 255) = 35.98%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 20.92%
G = 35.98%
B = 43.1%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#64ACCE (or 0x64ACCE) is known color: Picton Blue. HEX triplet: 64, AC and CE. RGB value is (100,172,206). Sum of RGB (Red+Green+Blue) = 100+172+206=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #64ACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACCE is #9B5331. Grayscale: #9A9A9A. Windows color (decimal): -10179378 or 13544548. OLE color: 13544548.

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

Color convert

RGB 100 172 206 -
CMYK 0.51 0.17 0 0.19
HSL 199.25º 0.52% 0.6% -
HSV(B) 199.25º 0.51% 0.81% -
XYZ 31.15 36.67 63.83 -
YUV 154.35 157.15 89.24 -
System Red Green Blue C M Y K H S L
Decimal 100 172 206 0.51 0.17 0 0.19 199.25 0.52 0.6
Hex 64 AC CE 33 11 0 13 C7 34 3C
Octal 144 254 316 63 21 0 23 307 64 74
Binary 1100100 10101100 11001110 110011 10001 0 10011 11000111 110100 111100

Color Harmonies of #64ACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ACCE

Black with #64ACCE

Text Example


Text Example

White with #64ACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,172,206); }

 H1.HeaderClassName
 {
   color: #64ACCE;
 }
 .AnyTagClassName
 {
   color: #64ACCE;
 }
</style>

background-color css

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

 a { background-color: rgb(100,172,206); }

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

border-color css

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

 span { border-color: rgb(100,172,206); }

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