Html Css Color HEX #6C68BC Chetwode Blue

📋 copy color: '#6C68BC'

red 108 ◦ green 104 ◦ blue 188

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

Shades of Chetwode Blue #6C68BC

Tints of Chetwode Blue #6C68BC

RGB

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

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

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

R = 27%
G = 26%
B = 47%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C68BC (or 0x6C68BC) is known color: Chetwode Blue. HEX triplet: 6C, 68 and BC. RGB value is (108,104,188). Sum of RGB (Red+Green+Blue) = 108+104+188=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C68BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C68BC is #939743. Grayscale: #727272. Windows color (decimal): -9672516 or 12347500. OLE color: 12347500.

HSL color Cylindrical-coordinate representation of color #6C68BC: hue angle of 242.86º 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 #6C68BC is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 104 188 -
CMYK 0.43 0.45 0 0.26
HSL 242.86º 0.39% 0.57% -
HSV(B) 242.86º 0.45% 0.74% -
XYZ 20.21 16.72 49.74 -
YUV 114.77 169.33 123.17 -
System Red Green Blue C M Y K H S L
Decimal 108 104 188 0.43 0.45 0 0.26 242.86 0.39 0.57
Hex 6C 68 BC 2B 2D 0 1A F3 27 39
Octal 154 150 274 53 55 0 32 363 47 71
Binary 1101100 1101000 10111100 101011 101101 0 11010 11110011 100111 111001

Color Harmonies of #6C68BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C68BC

Black with #6C68BC

Text Example


Text Example

White with #6C68BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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