Html Css Color HEX #649CC8 Picton Blue

📋 copy color: '#649CC8'

red 100 ◦ green 156 ◦ blue 200

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

Shades of Picton Blue #649CC8

Tints of Picton Blue #649CC8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.21%

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

R = 21.93%
G = 34.21%
B = 43.86%

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

#649CC8 (or 0x649CC8) is known color: Picton Blue. HEX triplet: 64, 9C and C8. RGB value is (100,156,200). Sum of RGB (Red+Green+Blue) = 100+156+200=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 200 - color contains mainly: blue. Hex color #649CC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CC8 is #9B6337. Grayscale: #909090. Windows color (decimal): -10183480 or 13147236. OLE color: 13147236.

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

Color convert

RGB 100 156 200 -
CMYK 0.5 0.22 0 0.22
HSL 206.4º 0.48% 0.59% -
HSV(B) 206.4º 0.5% 0.78% -
XYZ 27.57 30.66 59.11 -
YUV 144.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 100 156 200 0.5 0.22 0 0.22 206.4 0.48 0.59
Hex 64 9C C8 32 16 0 16 CE 30 3B
Octal 144 234 310 62 26 0 26 316 60 73
Binary 1100100 10011100 11001000 110010 10110 0 10110 11001110 110000 111011

Color Harmonies of #649CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649CC8

Black with #649CC8

Text Example


Text Example

White with #649CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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