Html Css Color HEX #68769C Waikawa Grey

📋 copy color: '#68769C'

red 104 ◦ green 118 ◦ blue 156

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

Shades of Waikawa Grey #68769C

Tints of Waikawa Grey #68769C

RGB

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

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

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

R = 27.51%
G = 31.22%
B = 41.27%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68769C (or 0x68769C) is known color: Waikawa Grey. HEX triplet: 68, 76 and 9C. RGB value is (104,118,156). Sum of RGB (Red+Green+Blue) = 104+118+156=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #68769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68769C is #978963. Grayscale: #757575. Windows color (decimal): -9931108 or 10253928. OLE color: 10253928.

HSL color Cylindrical-coordinate representation of color #68769C: hue angle of 223.85º 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 #68769C is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 118 156 -
CMYK 0.33 0.24 0 0.39
HSL 223.85º 0.21% 0.51% -
HSV(B) 223.85º 0.33% 0.61% -
XYZ 18.19 18.3 34.03 -
YUV 118.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 104 118 156 0.33 0.24 0 0.39 223.85 0.21 0.51
Hex 68 76 9C 21 18 0 27 E0 15 33
Octal 150 166 234 41 30 0 47 340 25 63
Binary 1101000 1110110 10011100 100001 11000 0 100111 11100000 10101 110011

Color Harmonies of #68769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68769C

Black with #68769C

Text Example


Text Example

White with #68769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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