Html Css Color HEX #64A2CD Picton Blue

📋 copy color: '#64A2CD'

red 100 ◦ green 162 ◦ blue 205

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

Shades of Picton Blue #64A2CD

Tints of Picton Blue #64A2CD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.69%

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 21.41%
G = 34.69%
B = 43.9%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#64A2CD (or 0x64A2CD) is known color: Picton Blue. HEX triplet: 64, A2 and CD. RGB value is (100,162,205). Sum of RGB (Red+Green+Blue) = 100+162+205=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #64A2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A2CD is #9B5D32. Grayscale: #949494. Windows color (decimal): -10181939 or 13476452. OLE color: 13476452.

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

Color convert

RGB 100 162 205 -
CMYK 0.51 0.21 0 0.20
HSL 204.57º 0.51% 0.6% -
HSV(B) 204.57º 0.51% 0.8% -
XYZ 29.2 32.96 62.58 -
YUV 148.36 159.96 93.5 -
System Red Green Blue C M Y K H S L
Decimal 100 162 205 0.51 0.21 0 0.20 204.57 0.51 0.6
Hex 64 A2 CD 33 15 0 14 CD 33 3C
Octal 144 242 315 63 25 0 24 315 63 74
Binary 1100100 10100010 11001101 110011 10101 0 10100 11001101 110011 111100

Color Harmonies of #64A2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A2CD

Black with #64A2CD

Text Example


Text Example

White with #64A2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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