Html Css Color HEX #6767AA Chetwode Blue

📋 copy color: '#6767AA'

red 103 ◦ green 103 ◦ blue 170

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

Shades of Chetwode Blue #6767AA

Tints of Chetwode Blue #6767AA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.39%

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 27.39%
G = 27.39%
B = 45.21%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6767AA (or 0x6767AA) is known color: Chetwode Blue. HEX triplet: 67, 67 and AA. RGB value is (103,103,170). Sum of RGB (Red+Green+Blue) = 103+103+170=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #6767AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6767AA is #989855. Grayscale: #6E6E6E. Windows color (decimal): -10000470 or 11167591. OLE color: 11167591.

HSL color Cylindrical-coordinate representation of color #6767AA: hue angle of 240º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6767AA is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 103 170 -
CMYK 0.39 0.39 0 0.33
HSL 240º 0.28% 0.54% -
HSV(B) 240º 0.39% 0.67% -
XYZ 17.7 15.49 40.09 -
YUV 110.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 103 103 170 0.39 0.39 0 0.33 240 0.28 0.54
Hex 67 67 AA 27 27 0 21 F0 1C 36
Octal 147 147 252 47 47 0 41 360 34 66
Binary 1100111 1100111 10101010 100111 100111 0 100001 11110000 11100 110110

Color Harmonies of #6767AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6767AA

Black with #6767AA

Text Example


Text Example

White with #6767AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6767AA; }

 p { color: rgb(103,103,170); }

 H1.HeaderClassName
 {
   color: #6767AA;
 }
 .AnyTagClassName
 {
   color: #6767AA;
 }
</style>

background-color css

<style>
 a { background-color: #6767AA; }

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

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

border-color css

<style>
 span { border-color: #6767AA; }

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

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