Html Css Color HEX #67739A Waikawa Grey

📋 copy color: '#67739A'

red 103 ◦ green 115 ◦ blue 154

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

Shades of Waikawa Grey #67739A

Tints of Waikawa Grey #67739A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.4%

R = 27.69%
G = 30.91%
B = 41.4%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#67739A (or 0x67739A) is known color: Waikawa Grey. HEX triplet: 67, 73 and 9A. RGB value is (103,115,154). Sum of RGB (Red+Green+Blue) = 103+115+154=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #67739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67739A is #988C65. Grayscale: #737373. Windows color (decimal): -9997414 or 10122087. OLE color: 10122087.

HSL color Cylindrical-coordinate representation of color #67739A: hue angle of 225.88º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67739A is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 115 154 -
CMYK 0.33 0.25 0 0.40
HSL 225.88º 0.2% 0.5% -
HSV(B) 225.88º 0.33% 0.6% -
XYZ 17.56 17.48 33.02 -
YUV 115.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 103 115 154 0.33 0.25 0 0.40 225.88 0.2 0.5
Hex 67 73 9A 21 19 0 28 E2 14 32
Octal 147 163 232 41 31 0 50 342 24 62
Binary 1100111 1110011 10011010 100001 11001 0 101000 11100010 10100 110010

Color Harmonies of #67739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67739A

Black with #67739A

Text Example


Text Example

White with #67739A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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