Html Css Color HEX #6D68BC Chetwode Blue

📋 copy color: '#6D68BC'

red 109 ◦ green 104 ◦ blue 188

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

Shades of Chetwode Blue #6D68BC

Tints of Chetwode Blue #6D68BC

RGB

 RED value IS 109 (42.97% from 255) = 27.18%

 GREEN value IS 104 (41.02% from 255) = 25.94%

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

R = 27.18%
G = 25.94%
B = 46.88%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D68BC (or 0x6D68BC) is known color: Chetwode Blue. HEX triplet: 6D, 68 and BC. RGB value is (109,104,188). Sum of RGB (Red+Green+Blue) = 109+104+188=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 104 (41.02% from 255 or 25.94% 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 #6D68BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D68BC is #929743. Grayscale: #727272. Windows color (decimal): -9606980 or 12347501. OLE color: 12347501.

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

Color convert

RGB 109 104 188 -
CMYK 0.42 0.45 0 0.26
HSL 243.57º 0.39% 0.57% -
HSV(B) 243.57º 0.45% 0.74% -
XYZ 20.33 16.78 49.74 -
YUV 115.07 169.16 123.67 -
System Red Green Blue C M Y K H S L
Decimal 109 104 188 0.42 0.45 0 0.26 243.57 0.39 0.57
Hex 6D 68 BC 2A 2D 0 1A F4 27 39
Octal 155 150 274 52 55 0 32 364 47 71
Binary 1101101 1101000 10111100 101010 101101 0 11010 11110100 100111 111001

Color Harmonies of #6D68BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D68BC

Black with #6D68BC

Text Example


Text Example

White with #6D68BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,104,188); }

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

background-color css

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

 a { background-color: rgb(109,104,188); }

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

border-color css

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

 span { border-color: rgb(109,104,188); }

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