Html Css Color HEX #67708C Waikawa Grey

📋 copy color: '#67708C'

red 103 ◦ green 112 ◦ blue 140

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

Shades of Waikawa Grey #67708C

Tints of Waikawa Grey #67708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.55%

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

R = 29.01%
G = 31.55%
B = 39.44%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67708C (or 0x67708C) is known color: Waikawa Grey. HEX triplet: 67, 70 and 8C. RGB value is (103,112,140). Sum of RGB (Red+Green+Blue) = 103+112+140=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #67708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67708C is #988F73. Grayscale: #707070. Windows color (decimal): -9998196 or 9203815. OLE color: 9203815.

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

Color convert

RGB 103 112 140 -
CMYK 0.26 0.20 0 0.45
HSL 225.41º 0.15% 0.48% -
HSV(B) 225.41º 0.26% 0.55% -
XYZ 16.12 16.37 27.12 -
YUV 112.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 103 112 140 0.26 0.20 0 0.45 225.41 0.15 0.48
Hex 67 70 8C 1A 14 0 2D E1 F 30
Octal 147 160 214 32 24 0 55 341 17 60
Binary 1100111 1110000 10001100 11010 10100 0 101101 11100001 1111 110000

Color Harmonies of #67708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67708C

Black with #67708C

Text Example


Text Example

White with #67708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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