Html Css Color HEX #63668C Comet

📋 copy color: '#63668C'

red 99 ◦ green 102 ◦ blue 140

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

Shades of Comet #63668C

Tints of Comet #63668C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.06%

R = 29.03%
G = 29.91%
B = 41.06%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63668C (or 0x63668C) is known color: Comet. HEX triplet: 63, 66 and 8C. RGB value is (99,102,140). Sum of RGB (Red+Green+Blue) = 99+102+140=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #63668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63668C is #9C9973. Grayscale: #696969. Windows color (decimal): -10262900 or 9201251. OLE color: 9201251.

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

Color convert

RGB 99 102 140 -
CMYK 0.29 0.27 0 0.45
HSL 235.61º 0.17% 0.47% -
HSV(B) 235.61º 0.29% 0.55% -
XYZ 14.63 14.05 26.75 -
YUV 105.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 99 102 140 0.29 0.27 0 0.45 235.61 0.17 0.47
Hex 63 66 8C 1D 1B 0 2D EC 11 2F
Octal 143 146 214 35 33 0 55 354 21 57
Binary 1100011 1100110 10001100 11101 11011 0 101101 11101100 10001 101111

Color Harmonies of #63668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63668C

Black with #63668C

Text Example


Text Example

White with #63668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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