Html Css Color HEX #64668D Comet

📋 copy color: '#64668D'

red 100 ◦ green 102 ◦ blue 141

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

Shades of Comet #64668D

Tints of Comet #64668D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.74%

 BLUE value IS 141 (55.47% from 255) = 41.11%

R = 29.15%
G = 29.74%
B = 41.11%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64668D (or 0x64668D) is known color: Comet. HEX triplet: 64, 66 and 8D. RGB value is (100,102,141). Sum of RGB (Red+Green+Blue) = 100+102+141=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #64668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64668D is #9B9972. Grayscale: #696969. Windows color (decimal): -10197363 or 9266788. OLE color: 9266788.

HSL color Cylindrical-coordinate representation of color #64668D: hue angle of 237.07º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64668D is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 102 141 -
CMYK 0.29 0.28 0 0.45
HSL 237.07º 0.17% 0.47% -
HSV(B) 237.07º 0.29% 0.55% -
XYZ 14.81 14.14 27.15 -
YUV 105.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 100 102 141 0.29 0.28 0 0.45 237.07 0.17 0.47
Hex 64 66 8D 1D 1C 0 2D ED 11 2F
Octal 144 146 215 35 34 0 55 355 21 57
Binary 1100100 1100110 10001101 11101 11100 0 101101 11101101 10001 101111

Color Harmonies of #64668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64668D

Black with #64668D

Text Example


Text Example

White with #64668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64668D; }

 p { color: rgb(100,102,141); }

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

background-color css

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

 a { background-color: rgb(100,102,141); }

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

border-color css

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

 span { border-color: rgb(100,102,141); }

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