Html Css Color HEX #6A7784 Raven

📋 copy color: '#6A7784'

red 106 ◦ green 119 ◦ blue 132

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

Shades of Raven #6A7784

Tints of Raven #6A7784

RGB

 RED value IS 106 (41.8% from 255) = 29.69%

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

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

R = 29.69%
G = 33.33%
B = 36.97%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6A7784 (or 0x6A7784) is known color: Raven. HEX triplet: 6A, 77 and 84. RGB value is (106,119,132). Sum of RGB (Red+Green+Blue) = 106+119+132=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A7784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7784 is #95887B. Grayscale: #747474. Windows color (decimal): -9799804 or 8681322. OLE color: 8681322.

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

Color convert

RGB 106 119 132 -
CMYK 0.20 0.10 0 0.48
HSL 210º 0.11% 0.47% -
HSV(B) 210º 0.2% 0.52% -
XYZ 16.71 17.92 24.41 -
YUV 116.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 106 119 132 0.20 0.10 0 0.48 210 0.11 0.47
Hex 6A 77 84 14 A 0 30 D2 B 2F
Octal 152 167 204 24 12 0 60 322 13 57
Binary 1101010 1110111 10000100 10100 1010 0 110000 11010010 1011 101111

Color Harmonies of #6A7784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7784

Black with #6A7784

Text Example


Text Example

White with #6A7784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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