Html Css Color HEX #67718B Waikawa Grey

📋 copy color: '#67718B'

red 103 ◦ green 113 ◦ blue 139

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

Shades of Waikawa Grey #67718B

Tints of Waikawa Grey #67718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.83%

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 29.01%
G = 31.83%
B = 39.15%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67718B (or 0x67718B) is known color: Waikawa Grey. HEX triplet: 67, 71 and 8B. RGB value is (103,113,139). Sum of RGB (Red+Green+Blue) = 103+113+139=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #67718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67718B is #988E74. Grayscale: #707070. Windows color (decimal): -9997941 or 9138535. OLE color: 9138535.

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

Color convert

RGB 103 113 139 -
CMYK 0.26 0.19 0 0.45
HSL 223.33º 0.15% 0.47% -
HSV(B) 223.33º 0.26% 0.55% -
XYZ 16.16 16.56 26.77 -
YUV 112.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 103 113 139 0.26 0.19 0 0.45 223.33 0.15 0.47
Hex 67 71 8B 1A 13 0 2D DF F 2F
Octal 147 161 213 32 23 0 55 337 17 57
Binary 1100111 1110001 10001011 11010 10011 0 101101 11011111 1111 101111

Color Harmonies of #67718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67718B

Black with #67718B

Text Example


Text Example

White with #67718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #67718B;
 }
 .AnyTagClassName
 {
   color: #67718B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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