Html Css Color HEX #6769A0 Chetwode Blue

📋 copy color: '#6769A0'

red 103 ◦ green 105 ◦ blue 160

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

Shades of Chetwode Blue #6769A0

Tints of Chetwode Blue #6769A0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.53%

 BLUE value IS 160 (62.89% from 255) = 43.48%

R = 27.99%
G = 28.53%
B = 43.48%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6769A0 (or 0x6769A0) is known color: Chetwode Blue. HEX triplet: 67, 69 and A0. RGB value is (103,105,160). Sum of RGB (Red+Green+Blue) = 103+105+160=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 160 - color contains mainly: blue. Hex color #6769A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6769A0 is #98965F. Grayscale: #6E6E6E. Windows color (decimal): -9999968 or 10512743. OLE color: 10512743.

HSL color Cylindrical-coordinate representation of color #6769A0: hue angle of 237.89º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6769A0 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 103 105 160 -
CMYK 0.36 0.34 0 0.37
HSL 237.89º 0.23% 0.52% -
HSV(B) 237.89º 0.36% 0.63% -
XYZ 16.99 15.52 35.36 -
YUV 110.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 103 105 160 0.36 0.34 0 0.37 237.89 0.23 0.52
Hex 67 69 A0 24 22 0 25 EE 17 34
Octal 147 151 240 44 42 0 45 356 27 64
Binary 1100111 1101001 10100000 100100 100010 0 100101 11101110 10111 110100

Color Harmonies of #6769A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6769A0

Black with #6769A0

Text Example


Text Example

White with #6769A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6769A0; }

 p { color: rgb(103,105,160); }

 H1.HeaderClassName
 {
   color: #6769A0;
 }
 .AnyTagClassName
 {
   color: #6769A0;
 }
</style>

background-color css

<style>
 a { background-color: #6769A0; }

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

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

border-color css

<style>
 span { border-color: #6769A0; }

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

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