Html Css Color HEX #67729B Waikawa Grey

📋 copy color: '#67729B'

red 103 ◦ green 114 ◦ blue 155

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

Shades of Waikawa Grey #67729B

Tints of Waikawa Grey #67729B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.65%

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

R = 27.69%
G = 30.65%
B = 41.67%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67729B (or 0x67729B) is known color: Waikawa Grey. HEX triplet: 67, 72 and 9B. RGB value is (103,114,155). Sum of RGB (Red+Green+Blue) = 103+114+155=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #67729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67729B is #988D64. Grayscale: #737373. Windows color (decimal): -9997669 or 10187367. OLE color: 10187367.

HSL color Cylindrical-coordinate representation of color #67729B: hue angle of 227.31º 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 #67729B is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 114 155 -
CMYK 0.34 0.26 0 0.39
HSL 227.31º 0.21% 0.51% -
HSV(B) 227.31º 0.34% 0.61% -
XYZ 17.53 17.28 33.42 -
YUV 115.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 103 114 155 0.34 0.26 0 0.39 227.31 0.21 0.51
Hex 67 72 9B 22 1A 0 27 E3 15 33
Octal 147 162 233 42 32 0 47 343 25 63
Binary 1100111 1110010 10011011 100010 11010 0 100111 11100011 10101 110011

Color Harmonies of #67729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67729B

Black with #67729B

Text Example


Text Example

White with #67729B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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