Html Css Color HEX #63648B Comet

📋 copy color: '#63648B'

red 99 ◦ green 100 ◦ blue 139

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

Shades of Comet #63648B

Tints of Comet #63648B

RGB

 RED value IS 99 (39.06% from 255) = 29.29%

 GREEN value IS 100 (39.45% from 255) = 29.59%

 BLUE value IS 139 (54.69% from 255) = 41.12%

R = 29.29%
G = 29.59%
B = 41.12%

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

#63648B (or 0x63648B) is known color: Comet. HEX triplet: 63, 64 and 8B. RGB value is (99,100,139). Sum of RGB (Red+Green+Blue) = 99+100+139=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #63648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63648B is #9C9B74. Grayscale: #676767. Windows color (decimal): -10263413 or 9135203. OLE color: 9135203.

HSL color Cylindrical-coordinate representation of color #63648B: hue angle of 238.5º 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 #63648B is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 100 139 -
CMYK 0.29 0.28 0 0.45
HSL 238.5º 0.17% 0.47% -
HSV(B) 238.5º 0.29% 0.55% -
XYZ 14.36 13.63 26.3 -
YUV 104.15 147.67 124.33 -
System Red Green Blue C M Y K H S L
Decimal 99 100 139 0.29 0.28 0 0.45 238.5 0.17 0.47
Hex 63 64 8B 1D 1C 0 2D EE 11 2F
Octal 143 144 213 35 34 0 55 356 21 57
Binary 1100011 1100100 10001011 11101 11100 0 101101 11101110 10001 101111

Color Harmonies of #63648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63648B

Black with #63648B

Text Example


Text Example

White with #63648B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63648B; }

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

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

background-color css

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

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

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

border-color css

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

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

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