#62669D

Color #62669D Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #62669D

Tints of Rich Blue #62669D

Color information

#62669D (or 0x62669D) is unknown color: approx Rich Blue. HEX triplet: 62, 66 and 9D. RGB value is (98,102,157). Sum of RGB (Red+Green+Blue) = 98+102+157=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #62669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62669D is #9D9962. Grayscale: #6A6A6A. Windows color (decimal): -10328419 or 10315362. OLE color: 10315362.

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

Color convert

RGB98102157-
CMYK0.380.3500.38
HSL235.93º23.14%50%-
HSV(B)235.93º37.58%61.57%-
XYZ15.8714.5333.87-
YUV107.07156.17121.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.45%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 157 (61.72% from 255) = 43.98%
R=27.45%
G=28.57%
B=43.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981021570.380.3500.38235.9323.1450
Hex62669D2623026ec1732
Octal14214623546430463542762
Binary110001011001101001110110011010001101001101110110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,102,157); }

 H1.HeaderClassName
 {
   color: #62669D;
 }
 .AnyTagClassName
 {
   color: #62669D;
 }
</style>
background-color css

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

 a { background-color: rgb(98,102,157); }

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

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

 span { border-color: rgb(98,102,157); }

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