Html Css Color HEX #67739D Waikawa Grey

📋 copy color: '#67739D'

red 103 ◦ green 115 ◦ blue 157

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

Shades of Waikawa Grey #67739D

Tints of Waikawa Grey #67739D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

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

R = 27.47%
G = 30.67%
B = 41.87%

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

#67739D (or 0x67739D) is known color: Waikawa Grey. HEX triplet: 67, 73 and 9D. RGB value is (103,115,157). Sum of RGB (Red+Green+Blue) = 103+115+157=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #67739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67739D is #988C62. Grayscale: #747474. Windows color (decimal): -9997411 or 10318695. OLE color: 10318695.

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

Color convert

RGB 103 115 157 -
CMYK 0.34 0.27 0 0.38
HSL 226.67º 0.22% 0.51% -
HSV(B) 226.67º 0.34% 0.62% -
XYZ 17.81 17.58 34.35 -
YUV 116.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 103 115 157 0.34 0.27 0 0.38 226.67 0.22 0.51
Hex 67 73 9D 22 1B 0 26 E3 16 33
Octal 147 163 235 42 33 0 46 343 26 63
Binary 1100111 1110011 10011101 100010 11011 0 100110 11100011 10110 110011

Color Harmonies of #67739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67739D

Black with #67739D

Text Example


Text Example

White with #67739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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