Html Css Color HEX #67738C Waikawa Grey

📋 copy color: '#67738C'

red 103 ◦ green 115 ◦ blue 140

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

Shades of Waikawa Grey #67738C

Tints of Waikawa Grey #67738C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.11%

R = 28.77%
G = 32.12%
B = 39.11%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67738C (or 0x67738C) is known color: Waikawa Grey. HEX triplet: 67, 73 and 8C. RGB value is (103,115,140). Sum of RGB (Red+Green+Blue) = 103+115+140=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #67738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67738C is #988C73. Grayscale: #727272. Windows color (decimal): -9997428 or 9204583. OLE color: 9204583.

HSL color Cylindrical-coordinate representation of color #67738C: hue angle of 220.54º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67738C is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 115 140 -
CMYK 0.26 0.18 0 0.45
HSL 220.54º 0.15% 0.48% -
HSV(B) 220.54º 0.26% 0.55% -
XYZ 16.46 17.04 27.23 -
YUV 114.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 103 115 140 0.26 0.18 0 0.45 220.54 0.15 0.48
Hex 67 73 8C 1A 12 0 2D DD F 30
Octal 147 163 214 32 22 0 55 335 17 60
Binary 1100111 1110011 10001100 11010 10010 0 101101 11011101 1111 110000

Color Harmonies of #67738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67738C

Black with #67738C

Text Example


Text Example

White with #67738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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