Html Css Color HEX #649FCD Picton Blue

📋 copy color: '#649FCD'

red 100 ◦ green 159 ◦ blue 205

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

Shades of Picton Blue #649FCD

Tints of Picton Blue #649FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.27%

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

R = 21.55%
G = 34.27%
B = 44.18%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#649FCD (or 0x649FCD) is known color: Picton Blue. HEX triplet: 64, 9F and CD. RGB value is (100,159,205). Sum of RGB (Red+Green+Blue) = 100+159+205=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #649FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649FCD is #9B6032. Grayscale: #929292. Windows color (decimal): -10182707 or 13475684. OLE color: 13475684.

HSL color Cylindrical-coordinate representation of color #649FCD: hue angle of 206.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 #649FCD is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 159 205 -
CMYK 0.51 0.22 0 0.20
HSL 206.29º 0.51% 0.6% -
HSV(B) 206.29º 0.51% 0.8% -
XYZ 28.67 31.91 62.41 -
YUV 146.6 160.95 94.76 -
System Red Green Blue C M Y K H S L
Decimal 100 159 205 0.51 0.22 0 0.20 206.29 0.51 0.6
Hex 64 9F CD 33 16 0 14 CE 33 3C
Octal 144 237 315 63 26 0 24 316 63 74
Binary 1100100 10011111 11001101 110011 10110 0 10100 11001110 110011 111100

Color Harmonies of #649FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649FCD

Black with #649FCD

Text Example


Text Example

White with #649FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649FCD; }

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

 H1.HeaderClassName
 {
   color: #649FCD;
 }
 .AnyTagClassName
 {
   color: #649FCD;
 }
</style>

background-color css

<style>
 a { background-color: #649FCD; }

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

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

border-color css

<style>
 span { border-color: #649FCD; }

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

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