Html Css Color HEX #6C769B Waikawa Grey

📋 copy color: '#6C769B'

red 108 ◦ green 118 ◦ blue 155

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

Shades of Waikawa Grey #6C769B

Tints of Waikawa Grey #6C769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.97%

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 28.35%
G = 30.97%
B = 40.68%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C769B (or 0x6C769B) is known color: Waikawa Grey. HEX triplet: 6C, 76 and 9B. RGB value is (108,118,155). Sum of RGB (Red+Green+Blue) = 108+118+155=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C769B is #938964. Grayscale: #777777. Windows color (decimal): -9668965 or 10188396. OLE color: 10188396.

HSL color Cylindrical-coordinate representation of color #6C769B: hue angle of 227.23º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C769B is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 118 155 -
CMYK 0.30 0.24 0 0.39
HSL 227.23º 0.19% 0.52% -
HSV(B) 227.23º 0.3% 0.61% -
XYZ 18.58 18.51 33.6 -
YUV 119.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 108 118 155 0.30 0.24 0 0.39 227.23 0.19 0.52
Hex 6C 76 9B 1E 18 0 27 E3 13 34
Octal 154 166 233 36 30 0 47 343 23 64
Binary 1101100 1110110 10011011 11110 11000 0 100111 11100011 10011 110100

Color Harmonies of #6C769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C769B

Black with #6C769B

Text Example


Text Example

White with #6C769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,118,155); }

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

background-color css

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

 a { background-color: rgb(108,118,155); }

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

border-color css

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

 span { border-color: rgb(108,118,155); }

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