Html Css Color HEX #67069B Indigo

📋 copy color: '#67069B'

red 103 ◦ green 6 ◦ blue 155

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

Shades of Indigo #67069B

Tints of Indigo #67069B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.71%

R = 39.02%
G = 2.27%
B = 58.71%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67069B (or 0x67069B) is known color: Indigo. HEX triplet: 67, 06 and 9B. RGB value is (103,6,155). Sum of RGB (Red+Green+Blue) = 103+6+155=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #67069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67069B is #98F964. Grayscale: #333333. Windows color (decimal): -10025317 or 10159719. OLE color: 10159719.

HSL color Cylindrical-coordinate representation of color #67069B: hue angle of 279.06º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #67069B is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 6 155 -
CMYK 0.34 0.96 0 0.39
HSL 279.06º 0.93% 0.32% -
HSV(B) 279.06º 0.96% 0.61% -
XYZ 11.58 5.38 31.44 -
YUV 51.99 186.14 164.38 -
System Red Green Blue C M Y K H S L
Decimal 103 6 155 0.34 0.96 0 0.39 279.06 0.93 0.32
Hex 67 6 9B 22 60 0 27 117 5D 20
Octal 147 6 233 42 140 0 47 427 135 40
Binary 1100111 110 10011011 100010 1100000 0 100111 100010111 1011101 100000

Color Harmonies of #67069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67069B

Black with #67069B

Text Example


Text Example

White with #67069B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67069B; }

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

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

background-color css

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

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

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

border-color css

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

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

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