#67708B

Color #67708B Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #67708B

Tints of Waikawa Grey #67708B

Color information

#67708B (or 0x67708B) is unknown color: approx Waikawa Grey. HEX triplet: 67, 70 and 8B. RGB value is (103,112,139). Sum of RGB (Red+Green+Blue) = 103+112+139=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #67708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67708B is #988F74. Grayscale: #707070. Windows color (decimal): -9998197 or 9138279. OLE color: 9138279.

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

Color convert

RGB103112139-
CMYK0.260.1900.45
HSL225º14.88%47.45%-
HSV(B)225º25.9%54.51%-
XYZ16.0516.3426.73-
YUV112.39143.02121.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.10%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=29.10%
G=31.64%
B=39.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031121390.260.1900.4522514.8847.45
Hex67708B1A1302De1f2f
Octal14716021332230553411757
Binary110011111100001000101111010100110101101111000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #67708B;
 }
 .AnyTagClassName
 {
   color: #67708B;
 }
</style>
background-color css

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

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

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

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

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

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