Html Css Color HEX #64A6CD Picton Blue

📋 copy color: '#64A6CD'

red 100 ◦ green 166 ◦ blue 205

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

Shades of Picton Blue #64A6CD

Tints of Picton Blue #64A6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.24%

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

R = 21.23%
G = 35.24%
B = 43.52%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#64A6CD (or 0x64A6CD) is known color: Picton Blue. HEX triplet: 64, A6 and CD. RGB value is (100,166,205). Sum of RGB (Red+Green+Blue) = 100+166+205=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #64A6CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A6CD is #9B5932. Grayscale: #969696. Windows color (decimal): -10180915 or 13477476. OLE color: 13477476.

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

Color convert

RGB 100 166 205 -
CMYK 0.51 0.19 0 0.20
HSL 202.29º 0.51% 0.6% -
HSV(B) 202.29º 0.51% 0.8% -
XYZ 29.91 34.39 62.82 -
YUV 150.71 158.63 91.83 -
System Red Green Blue C M Y K H S L
Decimal 100 166 205 0.51 0.19 0 0.20 202.29 0.51 0.6
Hex 64 A6 CD 33 13 0 14 CA 33 3C
Octal 144 246 315 63 23 0 24 312 63 74
Binary 1100100 10100110 11001101 110011 10011 0 10100 11001010 110011 111100

Color Harmonies of #64A6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A6CD

Black with #64A6CD

Text Example


Text Example

White with #64A6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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