Html Css Color HEX #696F8B Waikawa Grey

📋 copy color: '#696F8B'

red 105 ◦ green 111 ◦ blue 139

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

Shades of Waikawa Grey #696F8B

Tints of Waikawa Grey #696F8B

RGB

 RED value IS 105 (41.41% from 255) = 29.58%

 GREEN value IS 111 (43.75% from 255) = 31.27%

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 29.58%
G = 31.27%
B = 39.15%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#696F8B (or 0x696F8B) is known color: Waikawa Grey. HEX triplet: 69, 6F and 8B. RGB value is (105,111,139). Sum of RGB (Red+Green+Blue) = 105+111+139=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #696F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F8B is #969074. Grayscale: #707070. Windows color (decimal): -9867381 or 9138025. OLE color: 9138025.

HSL color Cylindrical-coordinate representation of color #696F8B: hue angle of 229.41º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #696F8B is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 111 139 -
CMYK 0.24 0.20 0 0.45
HSL 229.41º 0.14% 0.48% -
HSV(B) 229.41º 0.24% 0.55% -
XYZ 16.17 16.24 26.71 -
YUV 112.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 105 111 139 0.24 0.20 0 0.45 229.41 0.14 0.48
Hex 69 6F 8B 18 14 0 2D E5 E 30
Octal 151 157 213 30 24 0 55 345 16 60
Binary 1101001 1101111 10001011 11000 10100 0 101101 11100101 1110 110000

Color Harmonies of #696F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F8B

Black with #696F8B

Text Example


Text Example

White with #696F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696F8B; }

 p { color: rgb(105,111,139); }

 H1.HeaderClassName
 {
   color: #696F8B;
 }
 .AnyTagClassName
 {
   color: #696F8B;
 }
</style>

background-color css

<style>
 a { background-color: #696F8B; }

 a { background-color: rgb(105,111,139); }

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

border-color css

<style>
 span { border-color: #696F8B; }

 span { border-color: rgb(105,111,139); }

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