Html Css Color HEX #649DCD Picton Blue

📋 copy color: '#649DCD'

red 100 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #649DCD

Tints of Picton Blue #649DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.98%

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

R = 21.65%
G = 33.98%
B = 44.37%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#649DCD (or 0x649DCD) is known color: Picton Blue. HEX triplet: 64, 9D and CD. RGB value is (100,157,205). Sum of RGB (Red+Green+Blue) = 100+157+205=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #649DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DCD is #9B6232. Grayscale: #919191. Windows color (decimal): -10183219 or 13475172. OLE color: 13475172.

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

Color convert

RGB 100 157 205 -
CMYK 0.51 0.23 0 0.20
HSL 207.43º 0.51% 0.6% -
HSV(B) 207.43º 0.51% 0.8% -
XYZ 28.33 31.23 62.29 -
YUV 145.43 161.62 95.6 -
System Red Green Blue C M Y K H S L
Decimal 100 157 205 0.51 0.23 0 0.20 207.43 0.51 0.6
Hex 64 9D CD 33 17 0 14 CF 33 3C
Octal 144 235 315 63 27 0 24 317 63 74
Binary 1100100 10011101 11001101 110011 10111 0 10100 11001111 110011 111100

Color Harmonies of #649DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649DCD

Black with #649DCD

Text Example


Text Example

White with #649DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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