Html Css Color HEX #6766BF Chetwode Blue

📋 copy color: '#6766BF'

red 103 ◦ green 102 ◦ blue 191

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

Shades of Chetwode Blue #6766BF

Tints of Chetwode Blue #6766BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.23%

R = 26.01%
G = 25.76%
B = 48.23%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6766BF (or 0x6766BF) is known color: Chetwode Blue. HEX triplet: 67, 66 and BF. RGB value is (103,102,191). Sum of RGB (Red+Green+Blue) = 103+102+191=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #6766BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6766BF is #989940. Grayscale: #707070. Windows color (decimal): -10000705 or 12543591. OLE color: 12543591.

HSL color Cylindrical-coordinate representation of color #6766BF: hue angle of 240.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6766BF is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 102 191 -
CMYK 0.46 0.47 0 0.25
HSL 240.67º 0.41% 0.57% -
HSV(B) 240.67º 0.47% 0.75% -
XYZ 19.75 16.15 51.37 -
YUV 112.45 172.33 121.26 -
System Red Green Blue C M Y K H S L
Decimal 103 102 191 0.46 0.47 0 0.25 240.67 0.41 0.57
Hex 67 66 BF 2E 2F 0 19 F1 29 39
Octal 147 146 277 56 57 0 31 361 51 71
Binary 1100111 1100110 10111111 101110 101111 0 11001 11110001 101001 111001

Color Harmonies of #6766BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6766BF

Black with #6766BF

Text Example


Text Example

White with #6766BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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