Html Css Color HEX #6B6E91 Waikawa Grey

📋 copy color: '#6B6E91'

red 107 ◦ green 110 ◦ blue 145

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

Shades of Waikawa Grey #6B6E91

Tints of Waikawa Grey #6B6E91

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.39%

 BLUE value IS 145 (57.03% from 255) = 40.06%

R = 29.56%
G = 30.39%
B = 40.06%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B6E91 (or 0x6B6E91) is known color: Waikawa Grey. HEX triplet: 6B, 6E and 91. RGB value is (107,110,145). Sum of RGB (Red+Green+Blue) = 107+110+145=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B6E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6E91 is #94916E. Grayscale: #707070. Windows color (decimal): -9736559 or 9530987. OLE color: 9530987.

HSL color Cylindrical-coordinate representation of color #6B6E91: hue angle of 235.26º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B6E91 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 110 145 -
CMYK 0.26 0.24 0 0.43
HSL 235.26º 0.15% 0.49% -
HSV(B) 235.26º 0.26% 0.57% -
XYZ 16.75 16.32 29.06 -
YUV 113.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 107 110 145 0.26 0.24 0 0.43 235.26 0.15 0.49
Hex 6B 6E 91 1A 18 0 2B EB F 31
Octal 153 156 221 32 30 0 53 353 17 61
Binary 1101011 1101110 10010001 11010 11000 0 101011 11101011 1111 110001

Color Harmonies of #6B6E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6E91

Black with #6B6E91

Text Example


Text Example

White with #6B6E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,110,145); }

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

background-color css

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

 a { background-color: rgb(107,110,145); }

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

border-color css

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

 span { border-color: rgb(107,110,145); }

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