Html Css Color HEX #6766AF Chetwode Blue

📋 copy color: '#6766AF'

red 103 ◦ green 102 ◦ blue 175

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

Shades of Chetwode Blue #6766AF

Tints of Chetwode Blue #6766AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 27.11%
G = 26.84%
B = 46.05%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6766AF (or 0x6766AF) is known color: Chetwode Blue. HEX triplet: 67, 66 and AF. RGB value is (103,102,175). Sum of RGB (Red+Green+Blue) = 103+102+175=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #6766AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6766AF is #989950. Grayscale: #6E6E6E. Windows color (decimal): -10000721 or 11495015. OLE color: 11495015.

HSL color Cylindrical-coordinate representation of color #6766AF: hue angle of 240.82º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6766AF is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 102 175 -
CMYK 0.41 0.42 0 0.31
HSL 240.82º 0.31% 0.54% -
HSV(B) 240.82º 0.42% 0.69% -
XYZ 18.08 15.48 42.59 -
YUV 110.62 164.33 122.56 -
System Red Green Blue C M Y K H S L
Decimal 103 102 175 0.41 0.42 0 0.31 240.82 0.31 0.54
Hex 67 66 AF 29 2A 0 1F F1 1F 36
Octal 147 146 257 51 52 0 37 361 37 66
Binary 1100111 1100110 10101111 101001 101010 0 11111 11110001 11111 110110

Color Harmonies of #6766AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6766AF

Black with #6766AF

Text Example


Text Example

White with #6766AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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