Html Css Color HEX #677182 Raven

📋 copy color: '#677182'

red 103 ◦ green 113 ◦ blue 130

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

Shades of Raven #677182

Tints of Raven #677182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.66%

 BLUE value IS 130 (51.17% from 255) = 37.57%

R = 29.77%
G = 32.66%
B = 37.57%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#677182 (or 0x677182) is known color: Raven. HEX triplet: 67, 71 and 82. RGB value is (103,113,130). Sum of RGB (Red+Green+Blue) = 103+113+130=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #677182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677182 is #988E7D. Grayscale: #6F6F6F. Windows color (decimal): -9997950 or 8548711. OLE color: 8548711.

HSL color Cylindrical-coordinate representation of color #677182: hue angle of 217.78º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #677182 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 113 130 -
CMYK 0.21 0.13 0 0.49
HSL 217.78º 0.12% 0.46% -
HSV(B) 217.78º 0.21% 0.51% -
XYZ 15.53 16.31 23.45 -
YUV 111.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 103 113 130 0.21 0.13 0 0.49 217.78 0.12 0.46
Hex 67 71 82 15 D 0 31 DA C 2E
Octal 147 161 202 25 15 0 61 332 14 56
Binary 1100111 1110001 10000010 10101 1101 0 110001 11011010 1100 101110

Color Harmonies of #677182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677182

Black with #677182

Text Example


Text Example

White with #677182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677182; }

 p { color: rgb(103,113,130); }

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

background-color css

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

 a { background-color: rgb(103,113,130); }

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

border-color css

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

 span { border-color: rgb(103,113,130); }

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