Html Css Color HEX #677488 Raven

📋 copy color: '#677488'

red 103 ◦ green 116 ◦ blue 136

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

Shades of Raven #677488

Tints of Raven #677488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

 BLUE value IS 136 (53.52% from 255) = 38.31%

R = 29.01%
G = 32.68%
B = 38.31%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#677488 (or 0x677488) is known color: Raven. HEX triplet: 67, 74 and 88. RGB value is (103,116,136). Sum of RGB (Red+Green+Blue) = 103+116+136=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #677488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677488 is #988B77. Grayscale: #727272. Windows color (decimal): -9997176 or 8942695. OLE color: 8942695.

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

Color convert

RGB 103 116 136 -
CMYK 0.24 0.15 0 0.47
HSL 216.36º 0.14% 0.47% -
HSV(B) 216.36º 0.24% 0.53% -
XYZ 16.28 17.15 25.75 -
YUV 114.39 140.19 119.87 -
System Red Green Blue C M Y K H S L
Decimal 103 116 136 0.24 0.15 0 0.47 216.36 0.14 0.47
Hex 67 74 88 18 F 0 2F D8 E 2F
Octal 147 164 210 30 17 0 57 330 16 57
Binary 1100111 1110100 10001000 11000 1111 0 101111 11011000 1110 101111

Color Harmonies of #677488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677488

Black with #677488

Text Example


Text Example

White with #677488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677488; }

 p { color: rgb(103,116,136); }

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

background-color css

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

 a { background-color: rgb(103,116,136); }

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

border-color css

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

 span { border-color: rgb(103,116,136); }

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