Html Css Color HEX #649FC8 Picton Blue

📋 copy color: '#649FC8'

red 100 ◦ green 159 ◦ blue 200

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

Shades of Picton Blue #649FC8

Tints of Picton Blue #649FC8

RGB

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

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

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

R = 21.79%
G = 34.64%
B = 43.57%

CMYK

 C value IS 0.5

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#649FC8 (or 0x649FC8) is known color: Picton Blue. HEX triplet: 64, 9F and C8. RGB value is (100,159,200). Sum of RGB (Red+Green+Blue) = 100+159+200=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #649FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649FC8 is #9B6037. Grayscale: #919191. Windows color (decimal): -10182712 or 13148004. OLE color: 13148004.

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

Color convert

RGB 100 159 200 -
CMYK 0.5 0.20 0 0.22
HSL 204.6º 0.48% 0.59% -
HSV(B) 204.6º 0.5% 0.78% -
XYZ 28.08 31.68 59.28 -
YUV 146.03 158.45 95.17 -
System Red Green Blue C M Y K H S L
Decimal 100 159 200 0.5 0.20 0 0.22 204.6 0.48 0.59
Hex 64 9F C8 32 14 0 16 CD 30 3B
Octal 144 237 310 62 24 0 26 315 60 73
Binary 1100100 10011111 11001000 110010 10100 0 10110 11001101 110000 111011

Color Harmonies of #649FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649FC8

Black with #649FC8

Text Example


Text Example

White with #649FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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