Html Css Color HEX #6B769D Waikawa Grey

📋 copy color: '#6B769D'

red 107 ◦ green 118 ◦ blue 157

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

Shades of Waikawa Grey #6B769D

Tints of Waikawa Grey #6B769D

RGB

 RED value IS 107 (42.19% from 255) = 28.01%

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

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 28.01%
G = 30.89%
B = 41.1%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B769D (or 0x6B769D) is known color: Waikawa Grey. HEX triplet: 6B, 76 and 9D. RGB value is (107,118,157). Sum of RGB (Red+Green+Blue) = 107+118+157=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B769D is #948962. Grayscale: #767676. Windows color (decimal): -9734499 or 10319467. OLE color: 10319467.

HSL color Cylindrical-coordinate representation of color #6B769D: hue angle of 226.8º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B769D is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 118 157 -
CMYK 0.32 0.25 0 0.38
HSL 226.8º 0.2% 0.52% -
HSV(B) 226.8º 0.32% 0.62% -
XYZ 18.63 18.52 34.49 -
YUV 119.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 107 118 157 0.32 0.25 0 0.38 226.8 0.2 0.52
Hex 6B 76 9D 20 19 0 26 E3 14 34
Octal 153 166 235 40 31 0 46 343 24 64
Binary 1101011 1110110 10011101 100000 11001 0 100110 11100011 10100 110100

Color Harmonies of #6B769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B769D

Black with #6B769D

Text Example


Text Example

White with #6B769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,118,157); }

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

background-color css

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

 a { background-color: rgb(107,118,157); }

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

border-color css

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

 span { border-color: rgb(107,118,157); }

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