Html Css Color HEX #68769A Waikawa Grey

📋 copy color: '#68769A'

red 104 ◦ green 118 ◦ blue 154

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

Shades of Waikawa Grey #68769A

Tints of Waikawa Grey #68769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.38%

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 27.66%
G = 31.38%
B = 40.96%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#68769A (or 0x68769A) is known color: Waikawa Grey. HEX triplet: 68, 76 and 9A. RGB value is (104,118,154). Sum of RGB (Red+Green+Blue) = 104+118+154=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #68769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68769A is #978965. Grayscale: #757575. Windows color (decimal): -9931110 or 10122856. OLE color: 10122856.

HSL color Cylindrical-coordinate representation of color #68769A: hue angle of 223.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68769A is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 118 154 -
CMYK 0.32 0.23 0 0.40
HSL 223.2º 0.2% 0.51% -
HSV(B) 223.2º 0.32% 0.6% -
XYZ 18.02 18.23 33.14 -
YUV 117.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 104 118 154 0.32 0.23 0 0.40 223.2 0.2 0.51
Hex 68 76 9A 20 17 0 28 DF 14 33
Octal 150 166 232 40 27 0 50 337 24 63
Binary 1101000 1110110 10011010 100000 10111 0 101000 11011111 10100 110011

Color Harmonies of #68769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68769A

Black with #68769A

Text Example


Text Example

White with #68769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68769A; }

 p { color: rgb(104,118,154); }

 H1.HeaderClassName
 {
   color: #68769A;
 }
 .AnyTagClassName
 {
   color: #68769A;
 }
</style>

background-color css

<style>
 a { background-color: #68769A; }

 a { background-color: rgb(104,118,154); }

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

border-color css

<style>
 span { border-color: #68769A; }

 span { border-color: rgb(104,118,154); }

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