Html Css Color HEX #6771BD Chetwode Blue

📋 copy color: '#6771BD'

red 103 ◦ green 113 ◦ blue 189

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

Shades of Chetwode Blue #6771BD

Tints of Chetwode Blue #6771BD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.9%

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

R = 25.43%
G = 27.9%
B = 46.67%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6771BD (or 0x6771BD) is known color: Chetwode Blue. HEX triplet: 67, 71 and BD. RGB value is (103,113,189). Sum of RGB (Red+Green+Blue) = 103+113+189=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #6771BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6771BD is #988E42. Grayscale: #767676. Windows color (decimal): -9997891 or 12415335. OLE color: 12415335.

HSL color Cylindrical-coordinate representation of color #6771BD: hue angle of 233.02º 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 #6771BD is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 113 189 -
CMYK 0.46 0.40 0 0.26
HSL 233.02º 0.39% 0.57% -
HSV(B) 233.02º 0.46% 0.74% -
XYZ 20.68 18.37 50.6 -
YUV 118.67 167.69 116.82 -
System Red Green Blue C M Y K H S L
Decimal 103 113 189 0.46 0.40 0 0.26 233.02 0.39 0.57
Hex 67 71 BD 2E 28 0 1A E9 27 39
Octal 147 161 275 56 50 0 32 351 47 71
Binary 1100111 1110001 10111101 101110 101000 0 11010 11101001 100111 111001

Color Harmonies of #6771BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6771BD

Black with #6771BD

Text Example


Text Example

White with #6771BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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