Html Css Color HEX #64A7CB Picton Blue

📋 copy color: '#64A7CB'

red 100 ◦ green 167 ◦ blue 203

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

Shades of Picton Blue #64A7CB

Tints of Picton Blue #64A7CB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.53%

 BLUE value IS 203 (79.69% from 255) = 43.19%

R = 21.28%
G = 35.53%
B = 43.19%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#64A7CB (or 0x64A7CB) is known color: Picton Blue. HEX triplet: 64, A7 and CB. RGB value is (100,167,203). Sum of RGB (Red+Green+Blue) = 100+167+203=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #64A7CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A7CB is #9B5834. Grayscale: #969696. Windows color (decimal): -10180661 or 13346660. OLE color: 13346660.

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

Color convert

RGB 100 167 203 -
CMYK 0.51 0.18 0 0.20
HSL 200.97º 0.5% 0.59% -
HSV(B) 200.97º 0.51% 0.8% -
XYZ 29.85 34.66 61.62 -
YUV 151.07 157.3 91.57 -
System Red Green Blue C M Y K H S L
Decimal 100 167 203 0.51 0.18 0 0.20 200.97 0.5 0.59
Hex 64 A7 CB 33 12 0 14 C9 32 3B
Octal 144 247 313 63 22 0 24 311 62 73
Binary 1100100 10100111 11001011 110011 10010 0 10100 11001001 110010 111011

Color Harmonies of #64A7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A7CB

Black with #64A7CB

Text Example


Text Example

White with #64A7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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