Html Css Color HEX #649DC8 Picton Blue

📋 copy color: '#649DC8'

red 100 ◦ green 157 ◦ blue 200

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

Shades of Picton Blue #649DC8

Tints of Picton Blue #649DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.76%

R = 21.88%
G = 34.35%
B = 43.76%

CMYK

 C value IS 0.5

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#649DC8 (or 0x649DC8) is known color: Picton Blue. HEX triplet: 64, 9D and C8. RGB value is (100,157,200). Sum of RGB (Red+Green+Blue) = 100+157+200=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #649DC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DC8 is #9B6237. Grayscale: #909090. Windows color (decimal): -10183224 or 13147492. OLE color: 13147492.

HSL color Cylindrical-coordinate representation of color #649DC8: hue angle of 205.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #649DC8 is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 157 200 -
CMYK 0.5 0.22 0 0.22
HSL 205.8º 0.48% 0.59% -
HSV(B) 205.8º 0.5% 0.78% -
XYZ 27.74 30.99 59.16 -
YUV 144.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 100 157 200 0.5 0.22 0 0.22 205.8 0.48 0.59
Hex 64 9D C8 32 16 0 16 CE 30 3B
Octal 144 235 310 62 26 0 26 316 60 73
Binary 1100100 10011101 11001000 110010 10110 0 10110 11001110 110000 111011

Color Harmonies of #649DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649DC8

Black with #649DC8

Text Example


Text Example

White with #649DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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