Html Css Color HEX #6A7884 Lynch

📋 copy color: '#6A7884'

red 106 ◦ green 120 ◦ blue 132

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

Shades of Lynch #6A7884

Tints of Lynch #6A7884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

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

R = 29.61%
G = 33.52%
B = 36.87%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6A7884 (or 0x6A7884) is known color: Lynch. HEX triplet: 6A, 78 and 84. RGB value is (106,120,132). Sum of RGB (Red+Green+Blue) = 106+120+132=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 120 (47.27% from 255 or 33.52% 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 #6A7884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7884 is #95877B. Grayscale: #757575. Windows color (decimal): -9799548 or 8681578. OLE color: 8681578.

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

Color convert

RGB 106 120 132 -
CMYK 0.20 0.09 0 0.48
HSL 207.69º 0.11% 0.47% -
HSV(B) 207.69º 0.2% 0.52% -
XYZ 16.83 18.16 24.45 -
YUV 117.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 106 120 132 0.20 0.09 0 0.48 207.69 0.11 0.47
Hex 6A 78 84 14 9 0 30 D0 B 2F
Octal 152 170 204 24 11 0 60 320 13 57
Binary 1101010 1111000 10000100 10100 1001 0 110000 11010000 1011 101111

Color Harmonies of #6A7884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7884

Black with #6A7884

Text Example


Text Example

White with #6A7884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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