Html Css Color HEX #6B69BB Chetwode Blue

📋 copy color: '#6B69BB'

red 107 ◦ green 105 ◦ blue 187

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

Shades of Chetwode Blue #6B69BB

Tints of Chetwode Blue #6B69BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.87%

R = 26.82%
G = 26.32%
B = 46.87%

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

#6B69BB (or 0x6B69BB) is known color: Chetwode Blue. HEX triplet: 6B, 69 and BB. RGB value is (107,105,187). Sum of RGB (Red+Green+Blue) = 107+105+187=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B69BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B69BB is #949644. Grayscale: #727272. Windows color (decimal): -9737797 or 12282219. OLE color: 12282219.

HSL color Cylindrical-coordinate representation of color #6B69BB: hue angle of 241.46º degrees, saturation: 0.38, 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 #6B69BB is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 105 187 -
CMYK 0.43 0.44 0 0.27
HSL 241.46º 0.38% 0.57% -
HSV(B) 241.46º 0.44% 0.73% -
XYZ 20.08 16.82 49.2 -
YUV 114.95 168.66 122.33 -
System Red Green Blue C M Y K H S L
Decimal 107 105 187 0.43 0.44 0 0.27 241.46 0.38 0.57
Hex 6B 69 BB 2B 2C 0 1B F1 26 39
Octal 153 151 273 53 54 0 33 361 46 71
Binary 1101011 1101001 10111011 101011 101100 0 11011 11110001 100110 111001

Color Harmonies of #6B69BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B69BB

Black with #6B69BB

Text Example


Text Example

White with #6B69BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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