Html Css Color HEX #67098C Indigo

📋 copy color: '#67098C'

red 103 ◦ green 9 ◦ blue 140

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

Shades of Indigo #67098C

Tints of Indigo #67098C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

 BLUE value IS 140 (55.08% from 255) = 55.56%

R = 40.87%
G = 3.57%
B = 55.56%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67098C (or 0x67098C) is known color: Indigo. HEX triplet: 67, 09 and 8C. RGB value is (103,9,140). Sum of RGB (Red+Green+Blue) = 103+9+140=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #67098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67098C is #98F673. Grayscale: #333333. Windows color (decimal): -10024564 or 9177447. OLE color: 9177447.

HSL color Cylindrical-coordinate representation of color #67098C: hue angle of 283.05º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #67098C is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 9 140 -
CMYK 0.26 0.94 0 0.45
HSL 283.05º 0.88% 0.29% -
HSV(B) 283.05º 0.94% 0.55% -
XYZ 10.42 4.97 25.22 -
YUV 52.04 177.64 164.35 -
System Red Green Blue C M Y K H S L
Decimal 103 9 140 0.26 0.94 0 0.45 283.05 0.88 0.29
Hex 67 9 8C 1A 5E 0 2D 11B 58 1D
Octal 147 11 214 32 136 0 55 433 130 35
Binary 1100111 1001 10001100 11010 1011110 0 101101 100011011 1011000 11101

Color Harmonies of #67098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67098C

Black with #67098C

Text Example


Text Example

White with #67098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67098C; }

 p { color: rgb(103,9,140); }

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

background-color css

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

 a { background-color: rgb(103,9,140); }

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

border-color css

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

 span { border-color: rgb(103,9,140); }

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