Html Css Color HEX #649CD8 Picton Blue

📋 copy color: '#649CD8'

red 100 ◦ green 156 ◦ blue 216

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

Shades of Picton Blue #649CD8

Tints of Picton Blue #649CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.76%

R = 21.19%
G = 33.05%
B = 45.76%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#649CD8 (or 0x649CD8) is known color: Picton Blue. HEX triplet: 64, 9C and D8. RGB value is (100,156,216). Sum of RGB (Red+Green+Blue) = 100+156+216=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #649CD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CD8 is #9B6327. Grayscale: #919191. Windows color (decimal): -10183464 or 14195812. OLE color: 14195812.

HSL color Cylindrical-coordinate representation of color #649CD8: hue angle of 211.03º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #649CD8 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 156 216 -
CMYK 0.54 0.28 0 0.15
HSL 211.03º 0.6% 0.62% -
HSV(B) 211.03º 0.54% 0.85% -
XYZ 29.54 31.44 69.48 -
YUV 146.1 167.45 95.12 -
System Red Green Blue C M Y K H S L
Decimal 100 156 216 0.54 0.28 0 0.15 211.03 0.6 0.62
Hex 64 9C D8 36 1C 0 F D3 3C 3E
Octal 144 234 330 66 34 0 17 323 74 76
Binary 1100100 10011100 11011000 110110 11100 0 1111 11010011 111100 111110

Color Harmonies of #649CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649CD8

Black with #649CD8

Text Example


Text Example

White with #649CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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