Html Css Color HEX #6C69BC Chetwode Blue

📋 copy color: '#6C69BC'

red 108 ◦ green 105 ◦ blue 188

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

Shades of Chetwode Blue #6C69BC

Tints of Chetwode Blue #6C69BC

RGB

 RED value IS 108 (42.58% from 255) = 26.93%

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

 BLUE value IS 188 (73.83% from 255) = 46.88%

R = 26.93%
G = 26.18%
B = 46.88%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C69BC (or 0x6C69BC) is known color: Chetwode Blue. HEX triplet: 6C, 69 and BC. RGB value is (108,105,188). Sum of RGB (Red+Green+Blue) = 108+105+188=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C69BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C69BC is #939643. Grayscale: #737373. Windows color (decimal): -9672260 or 12347756. OLE color: 12347756.

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

Color convert

RGB 108 105 188 -
CMYK 0.43 0.44 0 0.26
HSL 242.17º 0.38% 0.57% -
HSV(B) 242.17º 0.44% 0.74% -
XYZ 20.31 16.92 49.77 -
YUV 115.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 108 105 188 0.43 0.44 0 0.26 242.17 0.38 0.57
Hex 6C 69 BC 2B 2C 0 1A F2 26 39
Octal 154 151 274 53 54 0 32 362 46 71
Binary 1101100 1101001 10111100 101011 101100 0 11010 11110010 100110 111001

Color Harmonies of #6C69BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C69BC

Black with #6C69BC

Text Example


Text Example

White with #6C69BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,105,188); }

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

background-color css

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

 a { background-color: rgb(108,105,188); }

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

border-color css

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

 span { border-color: rgb(108,105,188); }

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