Html Css Color HEX #6766BC Chetwode Blue

📋 copy color: '#6766BC'

red 103 ◦ green 102 ◦ blue 188

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

Shades of Chetwode Blue #6766BC

Tints of Chetwode Blue #6766BC

RGB

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

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

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

R = 26.21%
G = 25.95%
B = 47.84%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6766BC (or 0x6766BC) is known color: Chetwode Blue. HEX triplet: 67, 66 and BC. RGB value is (103,102,188). Sum of RGB (Red+Green+Blue) = 103+102+188=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #6766BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6766BC is #989943. Grayscale: #6F6F6F. Windows color (decimal): -10000708 or 12346983. OLE color: 12346983.

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

Color convert

RGB 103 102 188 -
CMYK 0.45 0.46 0 0.26
HSL 240.7º 0.39% 0.57% -
HSV(B) 240.7º 0.46% 0.74% -
XYZ 19.42 16.02 49.64 -
YUV 112.1 170.83 121.51 -
System Red Green Blue C M Y K H S L
Decimal 103 102 188 0.45 0.46 0 0.26 240.7 0.39 0.57
Hex 67 66 BC 2D 2E 0 1A F1 27 39
Octal 147 146 274 55 56 0 32 361 47 71
Binary 1100111 1100110 10111100 101101 101110 0 11010 11110001 100111 111001

Color Harmonies of #6766BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6766BC

Black with #6766BC

Text Example


Text Example

White with #6766BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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