Html Css Color HEX #60699B Waikawa Grey

📋 copy color: '#60699B'

red 96 ◦ green 105 ◦ blue 155

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

Shades of Waikawa Grey #60699B

Tints of Waikawa Grey #60699B

RGB

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

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

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

R = 26.97%
G = 29.49%
B = 43.54%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60699B (or 0x60699B) is known color: Waikawa Grey. HEX triplet: 60, 69 and 9B. RGB value is (96,105,155). Sum of RGB (Red+Green+Blue) = 96+105+155=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #60699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60699B is #9F9664. Grayscale: #6B6B6B. Windows color (decimal): -10458725 or 10185056. OLE color: 10185056.

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

Color convert

RGB 96 105 155 -
CMYK 0.38 0.32 0 0.39
HSL 230.85º 0.24% 0.49% -
HSV(B) 230.85º 0.38% 0.61% -
XYZ 15.79 14.96 33.06 -
YUV 108.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 96 105 155 0.38 0.32 0 0.39 230.85 0.24 0.49
Hex 60 69 9B 26 20 0 27 E7 18 31
Octal 140 151 233 46 40 0 47 347 30 61
Binary 1100000 1101001 10011011 100110 100000 0 100111 11100111 11000 110001

Color Harmonies of #60699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60699B

Black with #60699B

Text Example


Text Example

White with #60699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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