Html Css Color HEX #6B718E Waikawa Grey

📋 copy color: '#6B718E'

red 107 ◦ green 113 ◦ blue 142

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

Shades of Waikawa Grey #6B718E

Tints of Waikawa Grey #6B718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.22%

 BLUE value IS 142 (55.86% from 255) = 39.23%

R = 29.56%
G = 31.22%
B = 39.23%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B718E (or 0x6B718E) is known color: Waikawa Grey. HEX triplet: 6B, 71 and 8E. RGB value is (107,113,142). Sum of RGB (Red+Green+Blue) = 107+113+142=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B718E is #948E71. Grayscale: #727272. Windows color (decimal): -9735794 or 9335147. OLE color: 9335147.

HSL color Cylindrical-coordinate representation of color #6B718E: hue angle of 229.71º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B718E is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 113 142 -
CMYK 0.25 0.20 0 0.44
HSL 229.71º 0.14% 0.49% -
HSV(B) 229.71º 0.25% 0.56% -
XYZ 16.85 16.89 27.96 -
YUV 114.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 107 113 142 0.25 0.20 0 0.44 229.71 0.14 0.49
Hex 6B 71 8E 19 14 0 2C E6 E 31
Octal 153 161 216 31 24 0 54 346 16 61
Binary 1101011 1110001 10001110 11001 10100 0 101100 11100110 1110 110001

Color Harmonies of #6B718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B718E

Black with #6B718E

Text Example


Text Example

White with #6B718E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,113,142); }

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

background-color css

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

 a { background-color: rgb(107,113,142); }

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

border-color css

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

 span { border-color: rgb(107,113,142); }

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