Html Css Color HEX #68759B Waikawa Grey

📋 copy color: '#68759B'

red 104 ◦ green 117 ◦ blue 155

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

Shades of Waikawa Grey #68759B

Tints of Waikawa Grey #68759B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.22%

R = 27.66%
G = 31.12%
B = 41.22%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68759B (or 0x68759B) is known color: Waikawa Grey. HEX triplet: 68, 75 and 9B. RGB value is (104,117,155). Sum of RGB (Red+Green+Blue) = 104+117+155=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #68759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68759B is #978A64. Grayscale: #757575. Windows color (decimal): -9931365 or 10188136. OLE color: 10188136.

HSL color Cylindrical-coordinate representation of color #68759B: hue angle of 224.71º degrees, saturation: 0.2, 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 #68759B is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 117 155 -
CMYK 0.33 0.25 0 0.39
HSL 224.71º 0.2% 0.51% -
HSV(B) 224.71º 0.33% 0.61% -
XYZ 17.99 18.03 33.54 -
YUV 117.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 104 117 155 0.33 0.25 0 0.39 224.71 0.2 0.51
Hex 68 75 9B 21 19 0 27 E1 14 33
Octal 150 165 233 41 31 0 47 341 24 63
Binary 1101000 1110101 10011011 100001 11001 0 100111 11100001 10100 110011

Color Harmonies of #68759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68759B

Black with #68759B

Text Example


Text Example

White with #68759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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