Html Css Color HEX #67739C Waikawa Grey

📋 copy color: '#67739C'

red 103 ◦ green 115 ◦ blue 156

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

Shades of Waikawa Grey #67739C

Tints of Waikawa Grey #67739C

RGB

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

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

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

R = 27.54%
G = 30.75%
B = 41.71%

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

#67739C (or 0x67739C) is known color: Waikawa Grey. HEX triplet: 67, 73 and 9C. RGB value is (103,115,156). Sum of RGB (Red+Green+Blue) = 103+115+156=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #67739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67739C is #988C63. Grayscale: #737373. Windows color (decimal): -9997412 or 10253159. OLE color: 10253159.

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

Color convert

RGB 103 115 156 -
CMYK 0.34 0.26 0 0.39
HSL 226.42º 0.21% 0.51% -
HSV(B) 226.42º 0.34% 0.61% -
XYZ 17.73 17.55 33.9 -
YUV 116.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 103 115 156 0.34 0.26 0 0.39 226.42 0.21 0.51
Hex 67 73 9C 22 1A 0 27 E2 15 33
Octal 147 163 234 42 32 0 47 342 25 63
Binary 1100111 1110011 10011100 100010 11010 0 100111 11100010 10101 110011

Color Harmonies of #67739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67739C

Black with #67739C

Text Example


Text Example

White with #67739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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