Html Css Color HEX #677385 Raven

📋 copy color: '#677385'

red 103 ◦ green 115 ◦ blue 133

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

Shades of Raven #677385

Tints of Raven #677385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.76%

 BLUE value IS 133 (52.34% from 255) = 37.89%

R = 29.34%
G = 32.76%
B = 37.89%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#677385 (or 0x677385) is known color: Raven. HEX triplet: 67, 73 and 85. RGB value is (103,115,133). Sum of RGB (Red+Green+Blue) = 103+115+133=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #677385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677385 is #988C7A. Grayscale: #717171. Windows color (decimal): -9997435 or 8745831. OLE color: 8745831.

HSL color Cylindrical-coordinate representation of color #677385: hue angle of 216º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #677385 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 115 133 -
CMYK 0.23 0.14 0 0.48
HSL 216º 0.13% 0.46% -
HSV(B) 216º 0.23% 0.52% -
XYZ 15.96 16.84 24.6 -
YUV 113.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 103 115 133 0.23 0.14 0 0.48 216 0.13 0.46
Hex 67 73 85 17 E 0 30 D8 D 2E
Octal 147 163 205 27 16 0 60 330 15 56
Binary 1100111 1110011 10000101 10111 1110 0 110000 11011000 1101 101110

Color Harmonies of #677385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677385

Black with #677385

Text Example


Text Example

White with #677385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677385; }

 p { color: rgb(103,115,133); }

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

background-color css

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

 a { background-color: rgb(103,115,133); }

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

border-color css

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

 span { border-color: rgb(103,115,133); }

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