Html Css Color HEX #60667F Comet

📋 copy color: '#60667F'

red 96 ◦ green 102 ◦ blue 127

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

Shades of Comet #60667F

Tints of Comet #60667F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.08%

R = 29.54%
G = 31.38%
B = 39.08%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#60667F (or 0x60667F) is known color: Comet. HEX triplet: 60, 66 and 7F. RGB value is (96,102,127). Sum of RGB (Red+Green+Blue) = 96+102+127=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 127 - color contains mainly: blue. Hex color #60667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60667F is #9F9980. Grayscale: #666666. Windows color (decimal): -10459521 or 8349280. OLE color: 8349280.

HSL color Cylindrical-coordinate representation of color #60667F: hue angle of 228.39º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60667F is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 102 127 -
CMYK 0.24 0.20 0 0.50
HSL 228.39º 0.14% 0.44% -
HSV(B) 228.39º 0.24% 0.5% -
XYZ 13.41 13.52 21.98 -
YUV 103.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 96 102 127 0.24 0.20 0 0.50 228.39 0.14 0.44
Hex 60 66 7F 18 14 0 32 E4 E 2C
Octal 140 146 177 30 24 0 62 344 16 54
Binary 1100000 1100110 1111111 11000 10100 0 110010 11100100 1110 101100

Color Harmonies of #60667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60667F

Black with #60667F

Text Example


Text Example

White with #60667F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60667F; }

 p { color: rgb(96,102,127); }

 H1.HeaderClassName
 {
   color: #60667F;
 }
 .AnyTagClassName
 {
   color: #60667F;
 }
</style>

background-color css

<style>
 a { background-color: #60667F; }

 a { background-color: rgb(96,102,127); }

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

border-color css

<style>
 span { border-color: #60667F; }

 span { border-color: rgb(96,102,127); }

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