Html Css Color HEX #676A8B Comet

📋 copy color: '#676A8B'

red 103 ◦ green 106 ◦ blue 139

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

Shades of Comet #676A8B

Tints of Comet #676A8B

RGB

 RED value IS 103 (40.63% from 255) = 29.6%

 GREEN value IS 106 (41.8% from 255) = 30.46%

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

R = 29.6%
G = 30.46%
B = 39.94%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#676A8B (or 0x676A8B) is known color: Comet. HEX triplet: 67, 6A and 8B. RGB value is (103,106,139). Sum of RGB (Red+Green+Blue) = 103+106+139=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #676A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676A8B is #989574. Grayscale: #6C6C6C. Windows color (decimal): -9999733 or 9136743. OLE color: 9136743.

HSL color Cylindrical-coordinate representation of color #676A8B: hue angle of 235º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #676A8B is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 106 139 -
CMYK 0.26 0.24 0 0.45
HSL 235º 0.15% 0.47% -
HSV(B) 235º 0.26% 0.55% -
XYZ 15.41 15.06 26.52 -
YUV 108.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 103 106 139 0.26 0.24 0 0.45 235 0.15 0.47
Hex 67 6A 8B 1A 18 0 2D EB F 2F
Octal 147 152 213 32 30 0 55 353 17 57
Binary 1100111 1101010 10001011 11010 11000 0 101101 11101011 1111 101111

Color Harmonies of #676A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676A8B

Black with #676A8B

Text Example


Text Example

White with #676A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676A8B; }

 p { color: rgb(103,106,139); }

 H1.HeaderClassName
 {
   color: #676A8B;
 }
 .AnyTagClassName
 {
   color: #676A8B;
 }
</style>

background-color css

<style>
 a { background-color: #676A8B; }

 a { background-color: rgb(103,106,139); }

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

border-color css

<style>
 span { border-color: #676A8B; }

 span { border-color: rgb(103,106,139); }

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