Html Css Color HEX #69509C Studio

📋 copy color: '#69509C'

red 105 ◦ green 80 ◦ blue 156

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

Shades of Studio #69509C

Tints of Studio #69509C

RGB

 RED value IS 105 (41.41% from 255) = 30.79%

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

 BLUE value IS 156 (61.33% from 255) = 45.75%

R = 30.79%
G = 23.46%
B = 45.75%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69509C (or 0x69509C) is known color: Studio. HEX triplet: 69, 50 and 9C. RGB value is (105,80,156). Sum of RGB (Red+Green+Blue) = 105+80+156=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #69509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69509C is #96AF63. Grayscale: #5F5F5F. Windows color (decimal): -9875300 or 10244201. OLE color: 10244201.

HSL color Cylindrical-coordinate representation of color #69509C: hue angle of 259.74º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69509C is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 80 156 -
CMYK 0.33 0.49 0 0.39
HSL 259.74º 0.32% 0.46% -
HSV(B) 259.74º 0.49% 0.61% -
XYZ 14.7 11.14 32.83 -
YUV 96.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 105 80 156 0.33 0.49 0 0.39 259.74 0.32 0.46
Hex 69 50 9C 21 31 0 27 104 20 2E
Octal 151 120 234 41 61 0 47 404 40 56
Binary 1101001 1010000 10011100 100001 110001 0 100111 100000100 100000 101110

Color Harmonies of #69509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69509C

Black with #69509C

Text Example


Text Example

White with #69509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,80,156); }

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

background-color css

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

 a { background-color: rgb(105,80,156); }

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

border-color css

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

 span { border-color: rgb(105,80,156); }

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