Html Css Color HEX #60628A Comet

📋 copy color: '#60628A'

red 96 ◦ green 98 ◦ blue 138

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

Shades of Comet #60628A

Tints of Comet #60628A

RGB

 RED value IS 96 (37.89% from 255) = 28.92%

 GREEN value IS 98 (38.67% from 255) = 29.52%

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

R = 28.92%
G = 29.52%
B = 41.57%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#60628A (or 0x60628A) is known color: Comet. HEX triplet: 60, 62 and 8A. RGB value is (96,98,138). Sum of RGB (Red+Green+Blue) = 96+98+138=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #60628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60628A is #9F9D75. Grayscale: #656565. Windows color (decimal): -10460534 or 9069152. OLE color: 9069152.

HSL color Cylindrical-coordinate representation of color #60628A: hue angle of 237.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60628A is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 98 138 -
CMYK 0.30 0.29 0 0.46
HSL 237.14º 0.18% 0.46% -
HSV(B) 237.14º 0.3% 0.54% -
XYZ 13.78 13.06 25.84 -
YUV 101.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 96 98 138 0.30 0.29 0 0.46 237.14 0.18 0.46
Hex 60 62 8A 1E 1D 0 2E ED 12 2E
Octal 140 142 212 36 35 0 56 355 22 56
Binary 1100000 1100010 10001010 11110 11101 0 101110 11101101 10010 101110

Color Harmonies of #60628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60628A

Black with #60628A

Text Example


Text Example

White with #60628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,98,138); }

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

background-color css

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

 a { background-color: rgb(96,98,138); }

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

border-color css

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

 span { border-color: rgb(96,98,138); }

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