Html Css Color HEX #646888 Comet

📋 copy color: '#646888'

red 100 ◦ green 104 ◦ blue 136

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

Shades of Comet #646888

Tints of Comet #646888

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

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

R = 29.41%
G = 30.59%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#646888 (or 0x646888) is known color: Comet. HEX triplet: 64, 68 and 88. RGB value is (100,104,136). Sum of RGB (Red+Green+Blue) = 100+104+136=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #646888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646888 is #9B9777. Grayscale: #6A6A6A. Windows color (decimal): -10196856 or 8939620. OLE color: 8939620.

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

Color convert

RGB 100 104 136 -
CMYK 0.26 0.24 0 0.47
HSL 233.33º 0.15% 0.46% -
HSV(B) 233.33º 0.26% 0.53% -
XYZ 14.65 14.39 25.3 -
YUV 106.45 144.67 123.4 -
System Red Green Blue C M Y K H S L
Decimal 100 104 136 0.26 0.24 0 0.47 233.33 0.15 0.46
Hex 64 68 88 1A 18 0 2F E9 F 2E
Octal 144 150 210 32 30 0 57 351 17 56
Binary 1100100 1101000 10001000 11010 11000 0 101111 11101001 1111 101110

Color Harmonies of #646888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646888

Black with #646888

Text Example


Text Example

White with #646888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646888; }

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

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

background-color css

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

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

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

border-color css

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

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

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