Html Css Color HEX #649BDC Picton Blue

📋 copy color: '#649BDC'

red 100 ◦ green 155 ◦ blue 220

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

Shades of Picton Blue #649BDC

Tints of Picton Blue #649BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.63%

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 21.05%
G = 32.63%
B = 46.32%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#649BDC (or 0x649BDC) is known color: Picton Blue. HEX triplet: 64, 9B and DC. RGB value is (100,155,220). Sum of RGB (Red+Green+Blue) = 100+155+220=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #649BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BDC is #9B6423. Grayscale: #919191. Windows color (decimal): -10183716 or 14457700. OLE color: 14457700.

HSL color Cylindrical-coordinate representation of color #649BDC: hue angle of 212.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #649BDC is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 155 220 -
CMYK 0.55 0.30 0 0.14
HSL 212.5º 0.63% 0.63% -
HSV(B) 212.5º 0.55% 0.86% -
XYZ 29.9 31.32 72.18 -
YUV 145.97 169.78 95.21 -
System Red Green Blue C M Y K H S L
Decimal 100 155 220 0.55 0.30 0 0.14 212.5 0.63 0.63
Hex 64 9B DC 37 1E 0 E D4 3F 3F
Octal 144 233 334 67 36 0 16 324 77 77
Binary 1100100 10011011 11011100 110111 11110 0 1110 11010100 111111 111111

Color Harmonies of #649BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649BDC

Black with #649BDC

Text Example


Text Example

White with #649BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,155,220); }

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

background-color css

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

 a { background-color: rgb(100,155,220); }

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

border-color css

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

 span { border-color: rgb(100,155,220); }

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