Html Css Color HEX #69799B Waikawa Grey

📋 copy color: '#69799B'

red 105 ◦ green 121 ◦ blue 155

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

Shades of Waikawa Grey #69799B

Tints of Waikawa Grey #69799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.76%

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 27.56%
G = 31.76%
B = 40.68%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69799B (or 0x69799B) is known color: Waikawa Grey. HEX triplet: 69, 79 and 9B. RGB value is (105,121,155). Sum of RGB (Red+Green+Blue) = 105+121+155=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #69799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69799B is #968664. Grayscale: #777777. Windows color (decimal): -9864805 or 10189161. OLE color: 10189161.

HSL color Cylindrical-coordinate representation of color #69799B: hue angle of 220.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69799B is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 121 155 -
CMYK 0.32 0.22 0 0.39
HSL 220.8º 0.2% 0.51% -
HSV(B) 220.8º 0.32% 0.61% -
XYZ 18.58 19.04 33.71 -
YUV 120.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 105 121 155 0.32 0.22 0 0.39 220.8 0.2 0.51
Hex 69 79 9B 20 16 0 27 DD 14 33
Octal 151 171 233 40 26 0 47 335 24 63
Binary 1101001 1111001 10011011 100000 10110 0 100111 11011101 10100 110011

Color Harmonies of #69799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69799B

Black with #69799B

Text Example


Text Example

White with #69799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69799B; }

 p { color: rgb(105,121,155); }

 H1.HeaderClassName
 {
   color: #69799B;
 }
 .AnyTagClassName
 {
   color: #69799B;
 }
</style>

background-color css

<style>
 a { background-color: #69799B; }

 a { background-color: rgb(105,121,155); }

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

border-color css

<style>
 span { border-color: #69799B; }

 span { border-color: rgb(105,121,155); }

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