Html Css Color HEX #6C7482 Raven

📋 copy color: '#6C7482'

red 108 ◦ green 116 ◦ blue 130

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

Shades of Raven #6C7482

Tints of Raven #6C7482

RGB

 RED value IS 108 (42.58% from 255) = 30.51%

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

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

R = 30.51%
G = 32.77%
B = 36.72%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6C7482 (or 0x6C7482) is known color: Raven. HEX triplet: 6C, 74 and 82. RGB value is (108,116,130). Sum of RGB (Red+Green+Blue) = 108+116+130=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C7482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7482 is #938B7D. Grayscale: #737373. Windows color (decimal): -9669502 or 8549484. OLE color: 8549484.

HSL color Cylindrical-coordinate representation of color #6C7482: hue angle of 218.18º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6C7482 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 116 130 -
CMYK 0.17 0.11 0 0.49
HSL 218.18º 0.09% 0.47% -
HSV(B) 218.18º 0.17% 0.51% -
XYZ 16.46 17.29 23.59 -
YUV 115.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 108 116 130 0.17 0.11 0 0.49 218.18 0.09 0.47
Hex 6C 74 82 11 B 0 31 DA 9 2F
Octal 154 164 202 21 13 0 61 332 11 57
Binary 1101100 1110100 10000010 10001 1011 0 110001 11011010 1001 101111

Color Harmonies of #6C7482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7482

Black with #6C7482

Text Example


Text Example

White with #6C7482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,116,130); }

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

background-color css

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

 a { background-color: rgb(108,116,130); }

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

border-color css

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

 span { border-color: rgb(108,116,130); }

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