Html Css Color HEX #60688D Waikawa Grey

📋 copy color: '#60688D'

red 96 ◦ green 104 ◦ blue 141

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

Shades of Waikawa Grey #60688D

Tints of Waikawa Grey #60688D

RGB

 RED value IS 96 (37.89% from 255) = 28.15%

 GREEN value IS 104 (41.02% from 255) = 30.5%

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 28.15%
G = 30.5%
B = 41.35%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60688D (or 0x60688D) is known color: Waikawa Grey. HEX triplet: 60, 68 and 8D. RGB value is (96,104,141). Sum of RGB (Red+Green+Blue) = 96+104+141=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #60688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60688D is #9F9772. Grayscale: #696969. Windows color (decimal): -10458995 or 9267296. OLE color: 9267296.

HSL color Cylindrical-coordinate representation of color #60688D: hue angle of 229.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60688D is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 104 141 -
CMYK 0.32 0.26 0 0.45
HSL 229.33º 0.19% 0.46% -
HSV(B) 229.33º 0.32% 0.55% -
XYZ 14.58 14.31 27.19 -
YUV 105.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 96 104 141 0.32 0.26 0 0.45 229.33 0.19 0.46
Hex 60 68 8D 20 1A 0 2D E5 13 2E
Octal 140 150 215 40 32 0 55 345 23 56
Binary 1100000 1101000 10001101 100000 11010 0 101101 11100101 10011 101110

Color Harmonies of #60688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60688D

Black with #60688D

Text Example


Text Example

White with #60688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60688D; }

 p { color: rgb(96,104,141); }

 H1.HeaderClassName
 {
   color: #60688D;
 }
 .AnyTagClassName
 {
   color: #60688D;
 }
</style>

background-color css

<style>
 a { background-color: #60688D; }

 a { background-color: rgb(96,104,141); }

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

border-color css

<style>
 span { border-color: #60688D; }

 span { border-color: rgb(96,104,141); }

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