Html Css Color HEX #6C7799 Waikawa Grey

📋 copy color: '#6C7799'

red 108 ◦ green 119 ◦ blue 153

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

Shades of Waikawa Grey #6C7799

Tints of Waikawa Grey #6C7799

RGB

 RED value IS 108 (42.58% from 255) = 28.42%

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

 BLUE value IS 153 (60.16% from 255) = 40.26%

R = 28.42%
G = 31.32%
B = 40.26%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6C7799 (or 0x6C7799) is known color: Waikawa Grey. HEX triplet: 6C, 77 and 99. RGB value is (108,119,153). Sum of RGB (Red+Green+Blue) = 108+119+153=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C7799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7799 is #938866. Grayscale: #777777. Windows color (decimal): -9668711 or 10057580. OLE color: 10057580.

HSL color Cylindrical-coordinate representation of color #6C7799: hue angle of 225.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C7799 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 119 153 -
CMYK 0.29 0.22 0 0.4
HSL 225.33º 0.18% 0.51% -
HSV(B) 225.33º 0.29% 0.6% -
XYZ 18.53 18.68 32.77 -
YUV 119.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 108 119 153 0.29 0.22 0 0.4 225.33 0.18 0.51
Hex 6C 77 99 1D 16 0 28 E1 12 33
Octal 154 167 231 35 26 0 50 341 22 63
Binary 1101100 1110111 10011001 11101 10110 0 101000 11100001 10010 110011

Color Harmonies of #6C7799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7799

Black with #6C7799

Text Example


Text Example

White with #6C7799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,119,153); }

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

background-color css

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

 a { background-color: rgb(108,119,153); }

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

border-color css

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

 span { border-color: rgb(108,119,153); }

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