Html Css Color HEX #67509F Studio

📋 copy color: '#67509F'

red 103 ◦ green 80 ◦ blue 159

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

Shades of Studio #67509F

Tints of Studio #67509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

 BLUE value IS 159 (62.5% from 255) = 46.49%

R = 30.12%
G = 23.39%
B = 46.49%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67509F (or 0x67509F) is known color: Studio. HEX triplet: 67, 50 and 9F. RGB value is (103,80,159). Sum of RGB (Red+Green+Blue) = 103+80+159=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #67509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67509F is #98AF60. Grayscale: #5F5F5F. Windows color (decimal): -10006369 or 10440807. OLE color: 10440807.

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

Color convert

RGB 103 80 159 -
CMYK 0.35 0.50 0 0.38
HSL 257.47º 0.33% 0.47% -
HSV(B) 257.47º 0.5% 0.62% -
XYZ 14.72 11.12 34.17 -
YUV 95.88 163.62 133.08 -
System Red Green Blue C M Y K H S L
Decimal 103 80 159 0.35 0.50 0 0.38 257.47 0.33 0.47
Hex 67 50 9F 23 32 0 26 101 21 2F
Octal 147 120 237 43 62 0 46 401 41 57
Binary 1100111 1010000 10011111 100011 110010 0 100110 100000001 100001 101111

Color Harmonies of #67509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67509F

Black with #67509F

Text Example


Text Example

White with #67509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67509F; }

 p { color: rgb(103,80,159); }

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

background-color css

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

 a { background-color: rgb(103,80,159); }

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

border-color css

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

 span { border-color: rgb(103,80,159); }

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