Html Css Color HEX #649AC8 Picton Blue

📋 copy color: '#649AC8'

red 100 ◦ green 154 ◦ blue 200

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

Shades of Picton Blue #649AC8

Tints of Picton Blue #649AC8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.92%

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

R = 22.03%
G = 33.92%
B = 44.05%

CMYK

 C value IS 0.5

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#649AC8 (or 0x649AC8) is known color: Picton Blue. HEX triplet: 64, 9A and C8. RGB value is (100,154,200). Sum of RGB (Red+Green+Blue) = 100+154+200=454 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.03% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 200 - color contains mainly: blue. Hex color #649AC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649AC8 is #9B6537. Grayscale: #8E8E8E. Windows color (decimal): -10183992 or 13146724. OLE color: 13146724.

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

Color convert

RGB 100 154 200 -
CMYK 0.5 0.23 0 0.22
HSL 207.6º 0.48% 0.59% -
HSV(B) 207.6º 0.5% 0.78% -
XYZ 27.24 29.99 59 -
YUV 143.1 160.11 97.26 -
System Red Green Blue C M Y K H S L
Decimal 100 154 200 0.5 0.23 0 0.22 207.6 0.48 0.59
Hex 64 9A C8 32 17 0 16 D0 30 3B
Octal 144 232 310 62 27 0 26 320 60 73
Binary 1100100 10011010 11001000 110010 10111 0 10110 11010000 110000 111011

Color Harmonies of #649AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649AC8

Black with #649AC8

Text Example


Text Example

White with #649AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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