Html Css Color HEX #68738F Waikawa Grey

📋 copy color: '#68738F'

red 104 ◦ green 115 ◦ blue 143

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

Shades of Waikawa Grey #68738F

Tints of Waikawa Grey #68738F

RGB

 RED value IS 104 (41.02% from 255) = 28.73%

 GREEN value IS 115 (45.31% from 255) = 31.77%

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

R = 28.73%
G = 31.77%
B = 39.5%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68738F (or 0x68738F) is known color: Waikawa Grey. HEX triplet: 68, 73 and 8F. RGB value is (104,115,143). Sum of RGB (Red+Green+Blue) = 104+115+143=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #68738F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68738F is #978C70. Grayscale: #727272. Windows color (decimal): -9931889 or 9401192. OLE color: 9401192.

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

Color convert

RGB 104 115 143 -
CMYK 0.27 0.20 0 0.44
HSL 223.08º 0.16% 0.48% -
HSV(B) 223.08º 0.27% 0.56% -
XYZ 16.8 17.19 28.42 -
YUV 114.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 104 115 143 0.27 0.20 0 0.44 223.08 0.16 0.48
Hex 68 73 8F 1B 14 0 2C DF 10 30
Octal 150 163 217 33 24 0 54 337 20 60
Binary 1101000 1110011 10001111 11011 10100 0 101100 11011111 10000 110000

Color Harmonies of #68738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68738F

Black with #68738F

Text Example


Text Example

White with #68738F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,115,143); }

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

background-color css

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

 a { background-color: rgb(104,115,143); }

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

border-color css

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

 span { border-color: rgb(104,115,143); }

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