Html Css Color HEX #60699D Waikawa Grey

📋 copy color: '#60699D'

red 96 ◦ green 105 ◦ blue 157

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

Shades of Waikawa Grey #60699D

Tints of Waikawa Grey #60699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.33%

 BLUE value IS 157 (61.72% from 255) = 43.85%

R = 26.82%
G = 29.33%
B = 43.85%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60699D (or 0x60699D) is known color: Waikawa Grey. HEX triplet: 60, 69 and 9D. RGB value is (96,105,157). Sum of RGB (Red+Green+Blue) = 96+105+157=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #60699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60699D is #9F9662. Grayscale: #6C6C6C. Windows color (decimal): -10458723 or 10316128. OLE color: 10316128.

HSL color Cylindrical-coordinate representation of color #60699D: hue angle of 231.15º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60699D is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 105 157 -
CMYK 0.39 0.33 0 0.38
HSL 231.15º 0.24% 0.5% -
HSV(B) 231.15º 0.39% 0.62% -
XYZ 15.96 15.02 33.96 -
YUV 108.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 96 105 157 0.39 0.33 0 0.38 231.15 0.24 0.5
Hex 60 69 9D 27 21 0 26 E7 18 32
Octal 140 151 235 47 41 0 46 347 30 62
Binary 1100000 1101001 10011101 100111 100001 0 100110 11100111 11000 110010

Color Harmonies of #60699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60699D

Black with #60699D

Text Example


Text Example

White with #60699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,105,157); }

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

background-color css

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

 a { background-color: rgb(96,105,157); }

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

border-color css

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

 span { border-color: rgb(96,105,157); }

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