Html Css Color HEX #67779B Waikawa Grey

📋 copy color: '#67779B'

red 103 ◦ green 119 ◦ blue 155

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

Shades of Waikawa Grey #67779B

Tints of Waikawa Grey #67779B

RGB

 RED value IS 103 (40.63% from 255) = 27.32%

 GREEN value IS 119 (46.88% from 255) = 31.56%

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

R = 27.32%
G = 31.56%
B = 41.11%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67779B (or 0x67779B) is known color: Waikawa Grey. HEX triplet: 67, 77 and 9B. RGB value is (103,119,155). Sum of RGB (Red+Green+Blue) = 103+119+155=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #67779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67779B is #988864. Grayscale: #767676. Windows color (decimal): -9996389 or 10188647. OLE color: 10188647.

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

Color convert

RGB 103 119 155 -
CMYK 0.34 0.23 0 0.39
HSL 221.54º 0.21% 0.51% -
HSV(B) 221.54º 0.34% 0.61% -
XYZ 18.11 18.44 33.62 -
YUV 118.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 103 119 155 0.34 0.23 0 0.39 221.54 0.21 0.51
Hex 67 77 9B 22 17 0 27 DE 15 33
Octal 147 167 233 42 27 0 47 336 25 63
Binary 1100111 1110111 10011011 100010 10111 0 100111 11011110 10101 110011

Color Harmonies of #67779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67779B

Black with #67779B

Text Example


Text Example

White with #67779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,119,155); }

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

background-color css

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

 a { background-color: rgb(103,119,155); }

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

border-color css

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

 span { border-color: rgb(103,119,155); }

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