Html Css Color HEX #620685 Indigo

📋 copy color: '#620685'

red 98 ◦ green 6 ◦ blue 133

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

Shades of Indigo #620685

Tints of Indigo #620685

RGB

 RED value IS 98 (38.67% from 255) = 41.35%

 GREEN value IS 6 (2.73% from 255) = 2.53%

 BLUE value IS 133 (52.34% from 255) = 56.12%

R = 41.35%
G = 2.53%
B = 56.12%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#620685 (or 0x620685) is known color: Indigo. HEX triplet: 62, 06 and 85. RGB value is (98,6,133). Sum of RGB (Red+Green+Blue) = 98+6+133=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #620685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620685 is #9DF97A. Grayscale: #2F2F2F. Windows color (decimal): -10353019 or 8717922. OLE color: 8717922.

HSL color Cylindrical-coordinate representation of color #620685: hue angle of 283.46º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620685 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 6 133 -
CMYK 0.26 0.95 0 0.48
HSL 283.46º 0.91% 0.27% -
HSV(B) 283.46º 0.95% 0.52% -
XYZ 9.34 4.42 22.55 -
YUV 47.99 175.98 163.67 -
System Red Green Blue C M Y K H S L
Decimal 98 6 133 0.26 0.95 0 0.48 283.46 0.91 0.27
Hex 62 6 85 1A 5F 0 30 11B 5B 1B
Octal 142 6 205 32 137 0 60 433 133 33
Binary 1100010 110 10000101 11010 1011111 0 110000 100011011 1011011 11011

Color Harmonies of #620685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620685

Black with #620685

Text Example


Text Example

White with #620685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620685; }

 p { color: rgb(98,6,133); }

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

background-color css

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

 a { background-color: rgb(98,6,133); }

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

border-color css

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

 span { border-color: rgb(98,6,133); }

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