Html Css Color HEX #6766BB Chetwode Blue

📋 copy color: '#6766BB'

red 103 ◦ green 102 ◦ blue 187

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

Shades of Chetwode Blue #6766BB

Tints of Chetwode Blue #6766BB

RGB

 RED value IS 103 (40.63% from 255) = 26.28%

 GREEN value IS 102 (40.23% from 255) = 26.02%

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 26.28%
G = 26.02%
B = 47.7%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6766BB (or 0x6766BB) is known color: Chetwode Blue. HEX triplet: 67, 66 and BB. RGB value is (103,102,187). Sum of RGB (Red+Green+Blue) = 103+102+187=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #6766BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6766BB is #989944. Grayscale: #6F6F6F. Windows color (decimal): -10000709 or 12281447. OLE color: 12281447.

HSL color Cylindrical-coordinate representation of color #6766BB: hue angle of 240.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6766BB is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 102 187 -
CMYK 0.45 0.45 0 0.27
HSL 240.71º 0.38% 0.57% -
HSV(B) 240.71º 0.45% 0.73% -
XYZ 19.31 15.97 49.08 -
YUV 111.99 170.33 121.59 -
System Red Green Blue C M Y K H S L
Decimal 103 102 187 0.45 0.45 0 0.27 240.71 0.38 0.57
Hex 67 66 BB 2D 2D 0 1B F1 26 39
Octal 147 146 273 55 55 0 33 361 46 71
Binary 1100111 1100110 10111011 101101 101101 0 11011 11110001 100110 111001

Color Harmonies of #6766BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6766BB

Black with #6766BB

Text Example


Text Example

White with #6766BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6766BB; }

 p { color: rgb(103,102,187); }

 H1.HeaderClassName
 {
   color: #6766BB;
 }
 .AnyTagClassName
 {
   color: #6766BB;
 }
</style>

background-color css

<style>
 a { background-color: #6766BB; }

 a { background-color: rgb(103,102,187); }

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

border-color css

<style>
 span { border-color: #6766BB; }

 span { border-color: rgb(103,102,187); }

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