Html Css Color HEX #67709D Waikawa Grey

📋 copy color: '#67709D'

red 103 ◦ green 112 ◦ blue 157

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

Shades of Waikawa Grey #67709D

Tints of Waikawa Grey #67709D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 27.69%
G = 30.11%
B = 42.2%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67709D (or 0x67709D) is known color: Waikawa Grey. HEX triplet: 67, 70 and 9D. RGB value is (103,112,157). Sum of RGB (Red+Green+Blue) = 103+112+157=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #67709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67709D is #988F62. Grayscale: #727272. Windows color (decimal): -9998179 or 10317927. OLE color: 10317927.

HSL color Cylindrical-coordinate representation of color #67709D: hue angle of 230º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67709D is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 112 157 -
CMYK 0.34 0.29 0 0.38
HSL 230º 0.22% 0.51% -
HSV(B) 230º 0.34% 0.62% -
XYZ 17.47 16.91 34.24 -
YUV 114.44 152.02 119.84 -
System Red Green Blue C M Y K H S L
Decimal 103 112 157 0.34 0.29 0 0.38 230 0.22 0.51
Hex 67 70 9D 22 1D 0 26 E6 16 33
Octal 147 160 235 42 35 0 46 346 26 63
Binary 1100111 1110000 10011101 100010 11101 0 100110 11100110 10110 110011

Color Harmonies of #67709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67709D

Black with #67709D

Text Example


Text Example

White with #67709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67709D; }

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

 H1.HeaderClassName
 {
   color: #67709D;
 }
 .AnyTagClassName
 {
   color: #67709D;
 }
</style>

background-color css

<style>
 a { background-color: #67709D; }

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

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

border-color css

<style>
 span { border-color: #67709D; }

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

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