Html Css Color HEX #6B69C0 Chetwode Blue

📋 copy color: '#6B69C0'

red 107 ◦ green 105 ◦ blue 192

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

Shades of Chetwode Blue #6B69C0

Tints of Chetwode Blue #6B69C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.52%

R = 26.49%
G = 25.99%
B = 47.52%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B69C0 (or 0x6B69C0) is known color: Chetwode Blue. HEX triplet: 6B, 69 and C0. RGB value is (107,105,192). Sum of RGB (Red+Green+Blue) = 107+105+192=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #6B69C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B69C0 is #94963F. Grayscale: #737373. Windows color (decimal): -9737792 or 12609899. OLE color: 12609899.

HSL color Cylindrical-coordinate representation of color #6B69C0: hue angle of 241.38º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B69C0 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 105 192 -
CMYK 0.44 0.45 0 0.25
HSL 241.38º 0.41% 0.58% -
HSV(B) 241.38º 0.45% 0.75% -
XYZ 20.63 17.03 52.07 -
YUV 115.52 171.16 121.93 -
System Red Green Blue C M Y K H S L
Decimal 107 105 192 0.44 0.45 0 0.25 241.38 0.41 0.58
Hex 6B 69 C0 2C 2D 0 19 F1 29 3A
Octal 153 151 300 54 55 0 31 361 51 72
Binary 1101011 1101001 11000000 101100 101101 0 11001 11110001 101001 111010

Color Harmonies of #6B69C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B69C0

Black with #6B69C0

Text Example


Text Example

White with #6B69C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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