Html Css Color HEX #68749C Waikawa Grey

📋 copy color: '#68749C'

red 104 ◦ green 116 ◦ blue 156

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

Shades of Waikawa Grey #68749C

Tints of Waikawa Grey #68749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

 BLUE value IS 156 (61.33% from 255) = 41.49%

R = 27.66%
G = 30.85%
B = 41.49%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68749C (or 0x68749C) is known color: Waikawa Grey. HEX triplet: 68, 74 and 9C. RGB value is (104,116,156). Sum of RGB (Red+Green+Blue) = 104+116+156=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #68749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68749C is #978B63. Grayscale: #747474. Windows color (decimal): -9931620 or 10253416. OLE color: 10253416.

HSL color Cylindrical-coordinate representation of color #68749C: hue angle of 226.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68749C is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 116 156 -
CMYK 0.33 0.26 0 0.39
HSL 226.15º 0.21% 0.51% -
HSV(B) 226.15º 0.33% 0.61% -
XYZ 17.96 17.83 33.95 -
YUV 116.97 150.02 118.75 -
System Red Green Blue C M Y K H S L
Decimal 104 116 156 0.33 0.26 0 0.39 226.15 0.21 0.51
Hex 68 74 9C 21 1A 0 27 E2 15 33
Octal 150 164 234 41 32 0 47 342 25 63
Binary 1101000 1110100 10011100 100001 11010 0 100111 11100010 10101 110011

Color Harmonies of #68749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68749C

Black with #68749C

Text Example


Text Example

White with #68749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68749C; }

 p { color: rgb(104,116,156); }

 H1.HeaderClassName
 {
   color: #68749C;
 }
 .AnyTagClassName
 {
   color: #68749C;
 }
</style>

background-color css

<style>
 a { background-color: #68749C; }

 a { background-color: rgb(104,116,156); }

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

border-color css

<style>
 span { border-color: #68749C; }

 span { border-color: rgb(104,116,156); }

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