Html Css Color HEX #63668A Comet

📋 copy color: '#63668A'

red 99 ◦ green 102 ◦ blue 138

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

Shades of Comet #63668A

Tints of Comet #63668A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.71%

R = 29.2%
G = 30.09%
B = 40.71%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#63668A (or 0x63668A) is known color: Comet. HEX triplet: 63, 66 and 8A. RGB value is (99,102,138). Sum of RGB (Red+Green+Blue) = 99+102+138=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #63668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63668A is #9C9975. Grayscale: #696969. Windows color (decimal): -10262902 or 9070179. OLE color: 9070179.

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

Color convert

RGB 99 102 138 -
CMYK 0.28 0.26 0 0.46
HSL 235.38º 0.16% 0.46% -
HSV(B) 235.38º 0.28% 0.54% -
XYZ 14.48 13.99 25.98 -
YUV 105.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 99 102 138 0.28 0.26 0 0.46 235.38 0.16 0.46
Hex 63 66 8A 1C 1A 0 2E EB 10 2E
Octal 143 146 212 34 32 0 56 353 20 56
Binary 1100011 1100110 10001010 11100 11010 0 101110 11101011 10000 101110

Color Harmonies of #63668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63668A

Black with #63668A

Text Example


Text Example

White with #63668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63668A; }

 p { color: rgb(99,102,138); }

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

background-color css

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

 a { background-color: rgb(99,102,138); }

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

border-color css

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

 span { border-color: rgb(99,102,138); }

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