Html Css Color HEX #6768AA Chetwode Blue

📋 copy color: '#6768AA'

red 103 ◦ green 104 ◦ blue 170

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

Shades of Chetwode Blue #6768AA

Tints of Chetwode Blue #6768AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.59%

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

R = 27.32%
G = 27.59%
B = 45.09%

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

#6768AA (or 0x6768AA) is known color: Chetwode Blue. HEX triplet: 67, 68 and AA. RGB value is (103,104,170). Sum of RGB (Red+Green+Blue) = 103+104+170=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #6768AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6768AA is #989755. Grayscale: #6E6E6E. Windows color (decimal): -10000214 or 11167847. OLE color: 11167847.

HSL color Cylindrical-coordinate representation of color #6768AA: hue angle of 239.1º 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 #6768AA is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 104 170 -
CMYK 0.39 0.39 0 0.33
HSL 239.1º 0.28% 0.54% -
HSV(B) 239.1º 0.39% 0.67% -
XYZ 17.8 15.69 40.12 -
YUV 111.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 103 104 170 0.39 0.39 0 0.33 239.1 0.28 0.54
Hex 67 68 AA 27 27 0 21 EF 1C 36
Octal 147 150 252 47 47 0 41 357 34 66
Binary 1100111 1101000 10101010 100111 100111 0 100001 11101111 11100 110110

Color Harmonies of #6768AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6768AA

Black with #6768AA

Text Example


Text Example

White with #6768AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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