Html Css Color HEX #6774BD Chetwode Blue

📋 copy color: '#6774BD'

red 103 ◦ green 116 ◦ blue 189

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

Shades of Chetwode Blue #6774BD

Tints of Chetwode Blue #6774BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 25.25%
G = 28.43%
B = 46.32%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6774BD (or 0x6774BD) is known color: Chetwode Blue. HEX triplet: 67, 74 and BD. RGB value is (103,116,189). Sum of RGB (Red+Green+Blue) = 103+116+189=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #6774BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6774BD is #988B42. Grayscale: #787878. Windows color (decimal): -9997123 or 12416103. OLE color: 12416103.

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

Color convert

RGB 103 116 189 -
CMYK 0.46 0.39 0 0.26
HSL 230.93º 0.39% 0.57% -
HSV(B) 230.93º 0.46% 0.74% -
XYZ 21.02 19.05 50.71 -
YUV 120.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 103 116 189 0.46 0.39 0 0.26 230.93 0.39 0.57
Hex 67 74 BD 2E 27 0 1A E7 27 39
Octal 147 164 275 56 47 0 32 347 47 71
Binary 1100111 1110100 10111101 101110 100111 0 11010 11100111 100111 111001

Color Harmonies of #6774BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6774BD

Black with #6774BD

Text Example


Text Example

White with #6774BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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