Html Css Color HEX #6B7382 Raven

📋 copy color: '#6B7382'

red 107 ◦ green 115 ◦ blue 130

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

Shades of Raven #6B7382

Tints of Raven #6B7382

RGB

 RED value IS 107 (42.19% from 255) = 30.4%

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

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

R = 30.4%
G = 32.67%
B = 36.93%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6B7382 (or 0x6B7382) is known color: Raven. HEX triplet: 6B, 73 and 82. RGB value is (107,115,130). Sum of RGB (Red+Green+Blue) = 107+115+130=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B7382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7382 is #948C7D. Grayscale: #727272. Windows color (decimal): -9735294 or 8549227. OLE color: 8549227.

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

Color convert

RGB 107 115 130 -
CMYK 0.18 0.12 0 0.49
HSL 219.13º 0.1% 0.46% -
HSV(B) 219.13º 0.18% 0.51% -
XYZ 16.22 17 23.55 -
YUV 114.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 107 115 130 0.18 0.12 0 0.49 219.13 0.1 0.46
Hex 6B 73 82 12 C 0 31 DB A 2E
Octal 153 163 202 22 14 0 61 333 12 56
Binary 1101011 1110011 10000010 10010 1100 0 110001 11011011 1010 101110

Color Harmonies of #6B7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7382

Black with #6B7382

Text Example


Text Example

White with #6B7382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B7382; }

 p { color: rgb(107,115,130); }

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

background-color css

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

 a { background-color: rgb(107,115,130); }

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

border-color css

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

 span { border-color: rgb(107,115,130); }

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