Html Css Color HEX #6877A1 Waikawa Grey

📋 copy color: '#6877A1'

red 104 ◦ green 119 ◦ blue 161

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

Shades of Waikawa Grey #6877A1

Tints of Waikawa Grey #6877A1

RGB

 RED value IS 104 (41.02% from 255) = 27.08%

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

 BLUE value IS 161 (63.28% from 255) = 41.93%

R = 27.08%
G = 30.99%
B = 41.93%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6877A1 (or 0x6877A1) is known color: Waikawa Grey. HEX triplet: 68, 77 and A1. RGB value is (104,119,161). Sum of RGB (Red+Green+Blue) = 104+119+161=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 161 - color contains mainly: blue. Hex color #6877A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6877A1 is #97885E. Grayscale: #777777. Windows color (decimal): -9930847 or 10581864. OLE color: 10581864.

HSL color Cylindrical-coordinate representation of color #6877A1: hue angle of 224.21º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6877A1 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 119 161 -
CMYK 0.35 0.26 0 0.37
HSL 224.21º 0.23% 0.52% -
HSV(B) 224.21º 0.35% 0.63% -
XYZ 18.74 18.71 36.34 -
YUV 119.3 151.53 117.08 -
System Red Green Blue C M Y K H S L
Decimal 104 119 161 0.35 0.26 0 0.37 224.21 0.23 0.52
Hex 68 77 A1 23 1A 0 25 E0 17 34
Octal 150 167 241 43 32 0 45 340 27 64
Binary 1101000 1110111 10100001 100011 11010 0 100101 11100000 10111 110100

Color Harmonies of #6877A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6877A1

Black with #6877A1

Text Example


Text Example

White with #6877A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6877A1; }

 p { color: rgb(104,119,161); }

 H1.HeaderClassName
 {
   color: #6877A1;
 }
 .AnyTagClassName
 {
   color: #6877A1;
 }
</style>

background-color css

<style>
 a { background-color: #6877A1; }

 a { background-color: rgb(104,119,161); }

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

border-color css

<style>
 span { border-color: #6877A1; }

 span { border-color: rgb(104,119,161); }

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