Html Css Color HEX #6A69BA Chetwode Blue

📋 copy color: '#6A69BA'

red 106 ◦ green 105 ◦ blue 186

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

Shades of Chetwode Blue #6A69BA

Tints of Chetwode Blue #6A69BA

RGB

 RED value IS 106 (41.8% from 255) = 26.7%

 GREEN value IS 105 (41.41% from 255) = 26.45%

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 26.7%
G = 26.45%
B = 46.85%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6A69BA (or 0x6A69BA) is known color: Chetwode Blue. HEX triplet: 6A, 69 and BA. RGB value is (106,105,186). Sum of RGB (Red+Green+Blue) = 106+105+186=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A69BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A69BA is #959645. Grayscale: #727272. Windows color (decimal): -9803334 or 12216682. OLE color: 12216682.

HSL color Cylindrical-coordinate representation of color #6A69BA: hue angle of 240.74º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A69BA is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 105 186 -
CMYK 0.43 0.44 0 0.27
HSL 240.74º 0.37% 0.57% -
HSV(B) 240.74º 0.44% 0.73% -
XYZ 19.86 16.71 48.63 -
YUV 114.53 168.33 121.91 -
System Red Green Blue C M Y K H S L
Decimal 106 105 186 0.43 0.44 0 0.27 240.74 0.37 0.57
Hex 6A 69 BA 2B 2C 0 1B F1 25 39
Octal 152 151 272 53 54 0 33 361 45 71
Binary 1101010 1101001 10111010 101011 101100 0 11011 11110001 100101 111001

Color Harmonies of #6A69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A69BA

Black with #6A69BA

Text Example


Text Example

White with #6A69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A69BA; }

 p { color: rgb(106,105,186); }

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

background-color css

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

 a { background-color: rgb(106,105,186); }

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

border-color css

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

 span { border-color: rgb(106,105,186); }

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