Html Css Color HEX #670698 Indigo

📋 copy color: '#670698'

red 103 ◦ green 6 ◦ blue 152

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

Shades of Indigo #670698

Tints of Indigo #670698

RGB

 RED value IS 103 (40.63% from 255) = 39.46%

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

 BLUE value IS 152 (59.77% from 255) = 58.24%

R = 39.46%
G = 2.3%
B = 58.24%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#670698 (or 0x670698) is known color: Indigo. HEX triplet: 67, 06 and 98. RGB value is (103,6,152). Sum of RGB (Red+Green+Blue) = 103+6+152=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #670698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670698 is #98F967. Grayscale: #333333. Windows color (decimal): -10025320 or 9963111. OLE color: 9963111.

HSL color Cylindrical-coordinate representation of color #670698: hue angle of 279.86º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #670698 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 6 152 -
CMYK 0.32 0.96 0 0.40
HSL 279.86º 0.92% 0.31% -
HSV(B) 279.86º 0.96% 0.6% -
XYZ 11.33 5.28 30.13 -
YUV 51.65 184.64 164.63 -
System Red Green Blue C M Y K H S L
Decimal 103 6 152 0.32 0.96 0 0.40 279.86 0.92 0.31
Hex 67 6 98 20 60 0 28 118 5C 1F
Octal 147 6 230 40 140 0 50 430 134 37
Binary 1100111 110 10011000 100000 1100000 0 101000 100011000 1011100 11111

Color Harmonies of #670698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670698

Black with #670698

Text Example


Text Example

White with #670698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670698; }

 p { color: rgb(103,6,152); }

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

background-color css

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

 a { background-color: rgb(103,6,152); }

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

border-color css

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

 span { border-color: rgb(103,6,152); }

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