Html Css Color HEX #6B7784 Raven

📋 copy color: '#6B7784'

red 107 ◦ green 119 ◦ blue 132

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

Shades of Raven #6B7784

Tints of Raven #6B7784

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

 BLUE value IS 132 (51.95% from 255) = 36.87%

R = 29.89%
G = 33.24%
B = 36.87%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B7784 (or 0x6B7784) is known color: Raven. HEX triplet: 6B, 77 and 84. RGB value is (107,119,132). Sum of RGB (Red+Green+Blue) = 107+119+132=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B7784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7784 is #94887B. Grayscale: #747474. Windows color (decimal): -9734268 or 8681323. OLE color: 8681323.

HSL color Cylindrical-coordinate representation of color #6B7784: hue angle of 211.2º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B7784 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 119 132 -
CMYK 0.19 0.10 0 0.48
HSL 211.2º 0.1% 0.47% -
HSV(B) 211.2º 0.19% 0.52% -
XYZ 16.83 17.99 24.41 -
YUV 116.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 107 119 132 0.19 0.10 0 0.48 211.2 0.1 0.47
Hex 6B 77 84 13 A 0 30 D3 A 2F
Octal 153 167 204 23 12 0 60 323 12 57
Binary 1101011 1110111 10000100 10011 1010 0 110000 11010011 1010 101111

Color Harmonies of #6B7784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7784

Black with #6B7784

Text Example


Text Example

White with #6B7784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,119,132); }

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

background-color css

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

 a { background-color: rgb(107,119,132); }

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

border-color css

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

 span { border-color: rgb(107,119,132); }

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