Html Css Color HEX #6774BC Chetwode Blue

📋 copy color: '#6774BC'

red 103 ◦ green 116 ◦ blue 188

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

Shades of Chetwode Blue #6774BC

Tints of Chetwode Blue #6774BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 25.31%
G = 28.5%
B = 46.19%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6774BC (or 0x6774BC) is known color: Chetwode Blue. HEX triplet: 67, 74 and BC. RGB value is (103,116,188). Sum of RGB (Red+Green+Blue) = 103+116+188=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #6774BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6774BC is #988B43. Grayscale: #787878. Windows color (decimal): -9997124 or 12350567. OLE color: 12350567.

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

Color convert

RGB 103 116 188 -
CMYK 0.45 0.38 0 0.26
HSL 230.82º 0.39% 0.57% -
HSV(B) 230.82º 0.45% 0.74% -
XYZ 20.92 19.01 50.14 -
YUV 120.32 166.19 115.65 -
System Red Green Blue C M Y K H S L
Decimal 103 116 188 0.45 0.38 0 0.26 230.82 0.39 0.57
Hex 67 74 BC 2D 26 0 1A E7 27 39
Octal 147 164 274 55 46 0 32 347 47 71
Binary 1100111 1110100 10111100 101101 100110 0 11010 11100111 100111 111001

Color Harmonies of #6774BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6774BC

Black with #6774BC

Text Example


Text Example

White with #6774BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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