Html Css Color HEX #68789F Waikawa Grey

📋 copy color: '#68789F'

red 104 ◦ green 120 ◦ blue 159

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

Shades of Waikawa Grey #68789F

Tints of Waikawa Grey #68789F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.33%

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 27.15%
G = 31.33%
B = 41.51%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68789F (or 0x68789F) is known color: Waikawa Grey. HEX triplet: 68, 78 and 9F. RGB value is (104,120,159). Sum of RGB (Red+Green+Blue) = 104+120+159=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #68789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68789F is #978760. Grayscale: #777777. Windows color (decimal): -9930593 or 10451048. OLE color: 10451048.

HSL color Cylindrical-coordinate representation of color #68789F: hue angle of 222.55º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68789F is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 120 159 -
CMYK 0.35 0.25 0 0.38
HSL 222.55º 0.22% 0.52% -
HSV(B) 222.55º 0.35% 0.62% -
XYZ 18.68 18.88 35.46 -
YUV 119.66 150.2 116.83 -
System Red Green Blue C M Y K H S L
Decimal 104 120 159 0.35 0.25 0 0.38 222.55 0.22 0.52
Hex 68 78 9F 23 19 0 26 DF 16 34
Octal 150 170 237 43 31 0 46 337 26 64
Binary 1101000 1111000 10011111 100011 11001 0 100110 11011111 10110 110100

Color Harmonies of #68789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68789F

Black with #68789F

Text Example


Text Example

White with #68789F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,120,159); }

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

background-color css

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

 a { background-color: rgb(104,120,159); }

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

border-color css

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

 span { border-color: rgb(104,120,159); }

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