Html Css Color HEX #6977A0 Waikawa Grey

📋 copy color: '#6977A0'

red 105 ◦ green 119 ◦ blue 160

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

Shades of Waikawa Grey #6977A0

Tints of Waikawa Grey #6977A0

RGB

 RED value IS 105 (41.41% from 255) = 27.34%

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

 BLUE value IS 160 (62.89% from 255) = 41.67%

R = 27.34%
G = 30.99%
B = 41.67%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6977A0 (or 0x6977A0) is known color: Waikawa Grey. HEX triplet: 69, 77 and A0. RGB value is (105,119,160). Sum of RGB (Red+Green+Blue) = 105+119+160=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 160 - color contains mainly: blue. Hex color #6977A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6977A0 is #96885F. Grayscale: #777777. Windows color (decimal): -9865312 or 10516329. OLE color: 10516329.

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

Color convert

RGB 105 119 160 -
CMYK 0.34 0.26 0 0.37
HSL 224.73º 0.22% 0.52% -
HSV(B) 224.73º 0.34% 0.63% -
XYZ 18.77 18.73 35.88 -
YUV 119.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 105 119 160 0.34 0.26 0 0.37 224.73 0.22 0.52
Hex 69 77 A0 22 1A 0 25 E1 16 34
Octal 151 167 240 42 32 0 45 341 26 64
Binary 1101001 1110111 10100000 100010 11010 0 100101 11100001 10110 110100

Color Harmonies of #6977A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6977A0

Black with #6977A0

Text Example


Text Example

White with #6977A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6977A0; }

 p { color: rgb(105,119,160); }

 H1.HeaderClassName
 {
   color: #6977A0;
 }
 .AnyTagClassName
 {
   color: #6977A0;
 }
</style>

background-color css

<style>
 a { background-color: #6977A0; }

 a { background-color: rgb(105,119,160); }

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

border-color css

<style>
 span { border-color: #6977A0; }

 span { border-color: rgb(105,119,160); }

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