Html Css Color HEX #6F7396 Waikawa Grey

📋 copy color: '#6F7396'

red 111 ◦ green 115 ◦ blue 150

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

Shades of Waikawa Grey #6F7396

Tints of Waikawa Grey #6F7396

RGB

 RED value IS 111 (43.75% from 255) = 29.52%

 GREEN value IS 115 (45.31% from 255) = 30.59%

 BLUE value IS 150 (58.98% from 255) = 39.89%

R = 29.52%
G = 30.59%
B = 39.89%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6F7396 (or 0x6F7396) is known color: Waikawa Grey. HEX triplet: 6F, 73 and 96. RGB value is (111,115,150). Sum of RGB (Red+Green+Blue) = 111+115+150=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 150 - color contains mainly: blue. Hex color #6F7396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7396 is #908C69. Grayscale: #757575. Windows color (decimal): -9473130 or 9859951. OLE color: 9859951.

HSL color Cylindrical-coordinate representation of color #6F7396: hue angle of 233.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F7396 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 111 115 150 -
CMYK 0.26 0.23 0 0.41
HSL 233.85º 0.16% 0.51% -
HSV(B) 233.85º 0.26% 0.59% -
XYZ 18.19 17.84 31.34 -
YUV 117.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 111 115 150 0.26 0.23 0 0.41 233.85 0.16 0.51
Hex 6F 73 96 1A 17 0 29 EA 10 33
Octal 157 163 226 32 27 0 51 352 20 63
Binary 1101111 1110011 10010110 11010 10111 0 101001 11101010 10000 110011

Color Harmonies of #6F7396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7396

Black with #6F7396

Text Example


Text Example

White with #6F7396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,115,150); }

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

background-color css

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

 a { background-color: rgb(111,115,150); }

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

border-color css

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

 span { border-color: rgb(111,115,150); }

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