Html Css Color HEX #6766BE Chetwode Blue

📋 copy color: '#6766BE'

red 103 ◦ green 102 ◦ blue 190

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

Shades of Chetwode Blue #6766BE

Tints of Chetwode Blue #6766BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 26.08%
G = 25.82%
B = 48.1%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6766BE (or 0x6766BE) is known color: Chetwode Blue. HEX triplet: 67, 66 and BE. RGB value is (103,102,190). Sum of RGB (Red+Green+Blue) = 103+102+190=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #6766BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6766BE is #989941. Grayscale: #6F6F6F. Windows color (decimal): -10000706 or 12478055. OLE color: 12478055.

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

Color convert

RGB 103 102 190 -
CMYK 0.46 0.46 0 0.25
HSL 240.68º 0.4% 0.57% -
HSV(B) 240.68º 0.46% 0.75% -
XYZ 19.64 16.1 50.79 -
YUV 112.33 171.83 121.34 -
System Red Green Blue C M Y K H S L
Decimal 103 102 190 0.46 0.46 0 0.25 240.68 0.4 0.57
Hex 67 66 BE 2E 2E 0 19 F1 28 39
Octal 147 146 276 56 56 0 31 361 50 71
Binary 1100111 1100110 10111110 101110 101110 0 11001 11110001 101000 111001

Color Harmonies of #6766BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6766BE

Black with #6766BE

Text Example


Text Example

White with #6766BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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