Html Css Color HEX #6C7582 Raven

📋 copy color: '#6C7582'

red 108 ◦ green 117 ◦ blue 130

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

Shades of Raven #6C7582

Tints of Raven #6C7582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.96%

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

R = 30.42%
G = 32.96%
B = 36.62%

CMYK

 C value IS 0.17

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6C7582 (or 0x6C7582) is known color: Raven. HEX triplet: 6C, 75 and 82. RGB value is (108,117,130). Sum of RGB (Red+Green+Blue) = 108+117+130=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C7582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7582 is #938A7D. Grayscale: #737373. Windows color (decimal): -9669246 or 8549740. OLE color: 8549740.

HSL color Cylindrical-coordinate representation of color #6C7582: hue angle of 215.45º 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 #6C7582 is Cyan = 0.17, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 117 130 -
CMYK 0.17 0.1 0 0.49
HSL 215.45º 0.09% 0.47% -
HSV(B) 215.45º 0.17% 0.51% -
XYZ 16.57 17.52 23.63 -
YUV 115.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 108 117 130 0.17 0.1 0 0.49 215.45 0.09 0.47
Hex 6C 75 82 11 A 0 31 D7 9 2F
Octal 154 165 202 21 12 0 61 327 11 57
Binary 1101100 1110101 10000010 10001 1010 0 110001 11010111 1001 101111

Color Harmonies of #6C7582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7582

Black with #6C7582

Text Example


Text Example

White with #6C7582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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