Html Css Color HEX #68759F Waikawa Grey

📋 copy color: '#68759F'

red 104 ◦ green 117 ◦ blue 159

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

Shades of Waikawa Grey #68759F

Tints of Waikawa Grey #68759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.79%

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

R = 27.37%
G = 30.79%
B = 41.84%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68759F (or 0x68759F) is known color: Waikawa Grey. HEX triplet: 68, 75 and 9F. RGB value is (104,117,159). Sum of RGB (Red+Green+Blue) = 104+117+159=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #68759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68759F is #978A60. Grayscale: #757575. Windows color (decimal): -9931361 or 10450280. OLE color: 10450280.

HSL color Cylindrical-coordinate representation of color #68759F: hue angle of 225.82º 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 #68759F is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 117 159 -
CMYK 0.35 0.26 0 0.38
HSL 225.82º 0.22% 0.52% -
HSV(B) 225.82º 0.35% 0.62% -
XYZ 18.33 18.17 35.34 -
YUV 117.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 104 117 159 0.35 0.26 0 0.38 225.82 0.22 0.52
Hex 68 75 9F 23 1A 0 26 E2 16 34
Octal 150 165 237 43 32 0 46 342 26 64
Binary 1101000 1110101 10011111 100011 11010 0 100110 11100010 10110 110100

Color Harmonies of #68759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68759F

Black with #68759F

Text Example


Text Example

White with #68759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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