Html Css Color HEX #646388 Comet

📋 copy color: '#646388'

red 100 ◦ green 99 ◦ blue 136

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

Shades of Comet #646388

Tints of Comet #646388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.55%

 BLUE value IS 136 (53.52% from 255) = 40.6%

R = 29.85%
G = 29.55%
B = 40.6%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#646388 (or 0x646388) is known color: Comet. HEX triplet: 64, 63 and 88. RGB value is (100,99,136). Sum of RGB (Red+Green+Blue) = 100+99+136=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #646388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646388 is #9B9C77. Grayscale: #676767. Windows color (decimal): -10198136 or 8938340. OLE color: 8938340.

HSL color Cylindrical-coordinate representation of color #646388: hue angle of 241.62º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #646388 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 99 136 -
CMYK 0.26 0.27 0 0.47
HSL 241.62º 0.16% 0.46% -
HSV(B) 241.62º 0.27% 0.53% -
XYZ 14.16 13.41 25.13 -
YUV 103.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 100 99 136 0.26 0.27 0 0.47 241.62 0.16 0.46
Hex 64 63 88 1A 1B 0 2F F2 10 2E
Octal 144 143 210 32 33 0 57 362 20 56
Binary 1100100 1100011 10001000 11010 11011 0 101111 11110010 10000 101110

Color Harmonies of #646388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646388

Black with #646388

Text Example


Text Example

White with #646388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646388; }

 p { color: rgb(100,99,136); }

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

background-color css

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

 a { background-color: rgb(100,99,136); }

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

border-color css

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

 span { border-color: rgb(100,99,136); }

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