Html Css Color HEX #649DC6 Picton Blue

📋 copy color: '#649DC6'

red 100 ◦ green 157 ◦ blue 198

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

Shades of Picton Blue #649DC6

Tints of Picton Blue #649DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.52%

R = 21.98%
G = 34.51%
B = 43.52%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#649DC6 (or 0x649DC6) is known color: Picton Blue. HEX triplet: 64, 9D and C6. RGB value is (100,157,198). Sum of RGB (Red+Green+Blue) = 100+157+198=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 198 - color contains mainly: blue. Hex color #649DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DC6 is #9B6239. Grayscale: #909090. Windows color (decimal): -10183226 or 13016420. OLE color: 13016420.

HSL color Cylindrical-coordinate representation of color #649DC6: hue angle of 205.1º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #649DC6 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 157 198 -
CMYK 0.49 0.21 0 0.22
HSL 205.1º 0.46% 0.58% -
HSV(B) 205.1º 0.49% 0.78% -
XYZ 27.51 30.9 57.94 -
YUV 144.63 158.12 96.17 -
System Red Green Blue C M Y K H S L
Decimal 100 157 198 0.49 0.21 0 0.22 205.1 0.46 0.58
Hex 64 9D C6 31 15 0 16 CD 2E 3A
Octal 144 235 306 61 25 0 26 315 56 72
Binary 1100100 10011101 11000110 110001 10101 0 10110 11001101 101110 111010

Color Harmonies of #649DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649DC6

Black with #649DC6

Text Example


Text Example

White with #649DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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