Html Css Color HEX #67749D Waikawa Grey

📋 copy color: '#67749D'

red 103 ◦ green 116 ◦ blue 157

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

Shades of Waikawa Grey #67749D

Tints of Waikawa Grey #67749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

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

R = 27.39%
G = 30.85%
B = 41.76%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67749D (or 0x67749D) is known color: Waikawa Grey. HEX triplet: 67, 74 and 9D. RGB value is (103,116,157). Sum of RGB (Red+Green+Blue) = 103+116+157=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #67749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67749D is #988B62. Grayscale: #747474. Windows color (decimal): -9997155 or 10318951. OLE color: 10318951.

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

Color convert

RGB 103 116 157 -
CMYK 0.34 0.26 0 0.38
HSL 225.56º 0.22% 0.51% -
HSV(B) 225.56º 0.34% 0.62% -
XYZ 17.92 17.81 34.39 -
YUV 116.79 150.69 118.17 -
System Red Green Blue C M Y K H S L
Decimal 103 116 157 0.34 0.26 0 0.38 225.56 0.22 0.51
Hex 67 74 9D 22 1A 0 26 E2 16 33
Octal 147 164 235 42 32 0 46 342 26 63
Binary 1100111 1110100 10011101 100010 11010 0 100110 11100010 10110 110011

Color Harmonies of #67749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67749D

Black with #67749D

Text Example


Text Example

White with #67749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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