Html Css Color HEX #6B68BC Chetwode Blue

📋 copy color: '#6B68BC'

red 107 ◦ green 104 ◦ blue 188

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

Shades of Chetwode Blue #6B68BC

Tints of Chetwode Blue #6B68BC

RGB

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

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

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

R = 26.82%
G = 26.07%
B = 47.12%

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

#6B68BC (or 0x6B68BC) is known color: Chetwode Blue. HEX triplet: 6B, 68 and BC. RGB value is (107,104,188). Sum of RGB (Red+Green+Blue) = 107+104+188=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B68BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B68BC is #949743. Grayscale: #727272. Windows color (decimal): -9738052 or 12347499. OLE color: 12347499.

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

Color convert

RGB 107 104 188 -
CMYK 0.43 0.45 0 0.26
HSL 242.14º 0.39% 0.57% -
HSV(B) 242.14º 0.45% 0.74% -
XYZ 20.09 16.66 49.73 -
YUV 114.47 169.49 122.67 -
System Red Green Blue C M Y K H S L
Decimal 107 104 188 0.43 0.45 0 0.26 242.14 0.39 0.57
Hex 6B 68 BC 2B 2D 0 1A F2 27 39
Octal 153 150 274 53 55 0 32 362 47 71
Binary 1101011 1101000 10111100 101011 101101 0 11010 11110010 100111 111001

Color Harmonies of #6B68BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B68BC

Black with #6B68BC

Text Example


Text Example

White with #6B68BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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