Html Css Color HEX #6B7581 Raven

📋 copy color: '#6B7581'

red 107 ◦ green 117 ◦ blue 129

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

Shades of Raven #6B7581

Tints of Raven #6B7581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.54%

R = 30.31%
G = 33.14%
B = 36.54%

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

#6B7581 (or 0x6B7581) is known color: Raven. HEX triplet: 6B, 75 and 81. RGB value is (107,117,129). Sum of RGB (Red+Green+Blue) = 107+117+129=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 129 - color contains mainly: blue. Hex color #6B7581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7581 is #948A7E. Grayscale: #737373. Windows color (decimal): -9734783 or 8484203. OLE color: 8484203.

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

Color convert

RGB 107 117 129 -
CMYK 0.17 0.09 0 0.49
HSL 212.73º 0.09% 0.46% -
HSV(B) 212.73º 0.17% 0.51% -
XYZ 16.39 17.43 23.27 -
YUV 115.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 107 117 129 0.17 0.09 0 0.49 212.73 0.09 0.46
Hex 6B 75 81 11 9 0 31 D5 9 2E
Octal 153 165 201 21 11 0 61 325 11 56
Binary 1101011 1110101 10000001 10001 1001 0 110001 11010101 1001 101110

Color Harmonies of #6B7581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7581

Black with #6B7581

Text Example


Text Example

White with #6B7581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,117,129); }

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

background-color css

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

 a { background-color: rgb(107,117,129); }

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

border-color css

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

 span { border-color: rgb(107,117,129); }

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