Html Css Color HEX #6C7682 Raven

📋 copy color: '#6C7682'

red 108 ◦ green 118 ◦ blue 130

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

Shades of Raven #6C7682

Tints of Raven #6C7682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

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

R = 30.34%
G = 33.15%
B = 36.52%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6C7682 (or 0x6C7682) is known color: Raven. HEX triplet: 6C, 76 and 82. RGB value is (108,118,130). Sum of RGB (Red+Green+Blue) = 108+118+130=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C7682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7682 is #93897D. Grayscale: #747474. Windows color (decimal): -9668990 or 8549996. OLE color: 8549996.

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

Color convert

RGB 108 118 130 -
CMYK 0.17 0.09 0 0.49
HSL 212.73º 0.09% 0.47% -
HSV(B) 212.73º 0.17% 0.51% -
XYZ 16.69 17.76 23.67 -
YUV 116.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 108 118 130 0.17 0.09 0 0.49 212.73 0.09 0.47
Hex 6C 76 82 11 9 0 31 D5 9 2F
Octal 154 166 202 21 11 0 61 325 11 57
Binary 1101100 1110110 10000010 10001 1001 0 110001 11010101 1001 101111

Color Harmonies of #6C7682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7682

Black with #6C7682

Text Example


Text Example

White with #6C7682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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