Html Css Color HEX #6774BA Chetwode Blue

📋 copy color: '#6774BA'

red 103 ◦ green 116 ◦ blue 186

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

Shades of Chetwode Blue #6774BA

Tints of Chetwode Blue #6774BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.64%

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 25.43%
G = 28.64%
B = 45.93%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6774BA (or 0x6774BA) is known color: Chetwode Blue. HEX triplet: 67, 74 and BA. RGB value is (103,116,186). Sum of RGB (Red+Green+Blue) = 103+116+186=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #6774BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6774BA is #988B45. Grayscale: #777777. Windows color (decimal): -9997126 or 12219495. OLE color: 12219495.

HSL color Cylindrical-coordinate representation of color #6774BA: hue angle of 230.6º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6774BA is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 116 186 -
CMYK 0.45 0.38 0 0.27
HSL 230.6º 0.38% 0.57% -
HSV(B) 230.6º 0.45% 0.73% -
XYZ 20.7 18.92 49.02 -
YUV 120.09 165.19 115.81 -
System Red Green Blue C M Y K H S L
Decimal 103 116 186 0.45 0.38 0 0.27 230.6 0.38 0.57
Hex 67 74 BA 2D 26 0 1B E7 26 39
Octal 147 164 272 55 46 0 33 347 46 71
Binary 1100111 1110100 10111010 101101 100110 0 11011 11100111 100110 111001

Color Harmonies of #6774BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6774BA

Black with #6774BA

Text Example


Text Example

White with #6774BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6774BA; }

 p { color: rgb(103,116,186); }

 H1.HeaderClassName
 {
   color: #6774BA;
 }
 .AnyTagClassName
 {
   color: #6774BA;
 }
</style>

background-color css

<style>
 a { background-color: #6774BA; }

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

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

border-color css

<style>
 span { border-color: #6774BA; }

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

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