Html Css Color HEX #67758F Waikawa Grey

📋 copy color: '#67758F'

red 103 ◦ green 117 ◦ blue 143

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

Shades of Waikawa Grey #67758F

Tints of Waikawa Grey #67758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

 BLUE value IS 143 (56.25% from 255) = 39.39%

R = 28.37%
G = 32.23%
B = 39.39%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#67758F (or 0x67758F) is known color: Waikawa Grey. HEX triplet: 67, 75 and 8F. RGB value is (103,117,143). Sum of RGB (Red+Green+Blue) = 103+117+143=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 143 - color contains mainly: blue. Hex color #67758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67758F is #988A70. Grayscale: #737373. Windows color (decimal): -9996913 or 9401703. OLE color: 9401703.

HSL color Cylindrical-coordinate representation of color #67758F: hue angle of 219º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67758F is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 117 143 -
CMYK 0.28 0.18 0 0.44
HSL 219º 0.16% 0.48% -
HSV(B) 219º 0.28% 0.56% -
XYZ 16.91 17.59 28.49 -
YUV 115.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 103 117 143 0.28 0.18 0 0.44 219 0.16 0.48
Hex 67 75 8F 1C 12 0 2C DB 10 30
Octal 147 165 217 34 22 0 54 333 20 60
Binary 1100111 1110101 10001111 11100 10010 0 101100 11011011 10000 110000

Color Harmonies of #67758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67758F

Black with #67758F

Text Example


Text Example

White with #67758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67758F; }

 p { color: rgb(103,117,143); }

 H1.HeaderClassName
 {
   color: #67758F;
 }
 .AnyTagClassName
 {
   color: #67758F;
 }
</style>

background-color css

<style>
 a { background-color: #67758F; }

 a { background-color: rgb(103,117,143); }

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

border-color css

<style>
 span { border-color: #67758F; }

 span { border-color: rgb(103,117,143); }

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