Html Css Color HEX #67729D Waikawa Grey

📋 copy color: '#67729D'

red 103 ◦ green 114 ◦ blue 157

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

Shades of Waikawa Grey #67729D

Tints of Waikawa Grey #67729D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.98%

R = 27.54%
G = 30.48%
B = 41.98%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67729D (or 0x67729D) is known color: Waikawa Grey. HEX triplet: 67, 72 and 9D. RGB value is (103,114,157). Sum of RGB (Red+Green+Blue) = 103+114+157=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #67729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67729D is #988D62. Grayscale: #737373. Windows color (decimal): -9997667 or 10318439. OLE color: 10318439.

HSL color Cylindrical-coordinate representation of color #67729D: hue angle of 227.78º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67729D is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 114 157 -
CMYK 0.34 0.27 0 0.38
HSL 227.78º 0.22% 0.51% -
HSV(B) 227.78º 0.34% 0.62% -
XYZ 17.7 17.35 34.31 -
YUV 115.61 151.36 119 -
System Red Green Blue C M Y K H S L
Decimal 103 114 157 0.34 0.27 0 0.38 227.78 0.22 0.51
Hex 67 72 9D 22 1B 0 26 E4 16 33
Octal 147 162 235 42 33 0 46 344 26 63
Binary 1100111 1110010 10011101 100010 11011 0 100110 11100100 10110 110011

Color Harmonies of #67729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67729D

Black with #67729D

Text Example


Text Example

White with #67729D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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