Html Css Color HEX #6B69AB Chetwode Blue

📋 copy color: '#6B69AB'

red 107 ◦ green 105 ◦ blue 171

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

Shades of Chetwode Blue #6B69AB

Tints of Chetwode Blue #6B69AB

RGB

 RED value IS 107 (42.19% from 255) = 27.94%

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

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 27.94%
G = 27.42%
B = 44.65%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B69AB (or 0x6B69AB) is known color: Chetwode Blue. HEX triplet: 6B, 69 and AB. RGB value is (107,105,171). Sum of RGB (Red+Green+Blue) = 107+105+171=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B69AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B69AB is #949654. Grayscale: #707070. Windows color (decimal): -9737813 or 11233643. OLE color: 11233643.

HSL color Cylindrical-coordinate representation of color #6B69AB: hue angle of 241.82º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B69AB is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 105 171 -
CMYK 0.37 0.39 0 0.33
HSL 241.82º 0.28% 0.54% -
HSV(B) 241.82º 0.39% 0.67% -
XYZ 18.47 16.17 40.68 -
YUV 113.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 107 105 171 0.37 0.39 0 0.33 241.82 0.28 0.54
Hex 6B 69 AB 25 27 0 21 F2 1C 36
Octal 153 151 253 45 47 0 41 362 34 66
Binary 1101011 1101001 10101011 100101 100111 0 100001 11110010 11100 110110

Color Harmonies of #6B69AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B69AB

Black with #6B69AB

Text Example


Text Example

White with #6B69AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,105,171); }

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

background-color css

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

 a { background-color: rgb(107,105,171); }

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

border-color css

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

 span { border-color: rgb(107,105,171); }

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