Html Css Color HEX #60669F Rich Blue

📋 copy color: '#60669F'

red 96 ◦ green 102 ◦ blue 159

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

Shades of Rich Blue #60669F

Tints of Rich Blue #60669F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

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

R = 26.89%
G = 28.57%
B = 44.54%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60669F (or 0x60669F) is known color: Rich Blue. HEX triplet: 60, 66 and 9F. RGB value is (96,102,159). Sum of RGB (Red+Green+Blue) = 96+102+159=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #60669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60669F is #9F9960. Grayscale: #6A6A6A. Windows color (decimal): -10459489 or 10446432. OLE color: 10446432.

HSL color Cylindrical-coordinate representation of color #60669F: hue angle of 234.29º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60669F is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 102 159 -
CMYK 0.40 0.36 0 0.38
HSL 234.29º 0.25% 0.5% -
HSV(B) 234.29º 0.4% 0.62% -
XYZ 15.83 14.49 34.76 -
YUV 106.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 96 102 159 0.40 0.36 0 0.38 234.29 0.25 0.5
Hex 60 66 9F 28 24 0 26 EA 19 32
Octal 140 146 237 50 44 0 46 352 31 62
Binary 1100000 1100110 10011111 101000 100100 0 100110 11101010 11001 110010

Color Harmonies of #60669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60669F

Black with #60669F

Text Example


Text Example

White with #60669F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,102,159); }

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

background-color css

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

 a { background-color: rgb(96,102,159); }

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

border-color css

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

 span { border-color: rgb(96,102,159); }

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