Html Css Color HEX #67729C Waikawa Grey

📋 copy color: '#67729C'

red 103 ◦ green 114 ◦ blue 156

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

Shades of Waikawa Grey #67729C

Tints of Waikawa Grey #67729C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.82%

R = 27.61%
G = 30.56%
B = 41.82%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67729C (or 0x67729C) is known color: Waikawa Grey. HEX triplet: 67, 72 and 9C. RGB value is (103,114,156). Sum of RGB (Red+Green+Blue) = 103+114+156=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #67729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67729C is #988D63. Grayscale: #737373. Windows color (decimal): -9997668 or 10252903. OLE color: 10252903.

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

Color convert

RGB 103 114 156 -
CMYK 0.34 0.27 0 0.39
HSL 227.55º 0.21% 0.51% -
HSV(B) 227.55º 0.34% 0.61% -
XYZ 17.61 17.32 33.87 -
YUV 115.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 103 114 156 0.34 0.27 0 0.39 227.55 0.21 0.51
Hex 67 72 9C 22 1B 0 27 E4 15 33
Octal 147 162 234 42 33 0 47 344 25 63
Binary 1100111 1110010 10011100 100010 11011 0 100111 11100100 10101 110011

Color Harmonies of #67729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67729C

Black with #67729C

Text Example


Text Example

White with #67729C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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