Html Css Color HEX #6771BF Chetwode Blue

📋 copy color: '#6771BF'

red 103 ◦ green 113 ◦ blue 191

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

Shades of Chetwode Blue #6771BF

Tints of Chetwode Blue #6771BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.93%

R = 25.31%
G = 27.76%
B = 46.93%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6771BF (or 0x6771BF) is known color: Chetwode Blue. HEX triplet: 67, 71 and BF. RGB value is (103,113,191). Sum of RGB (Red+Green+Blue) = 103+113+191=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #6771BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6771BF is #988E40. Grayscale: #767676. Windows color (decimal): -9997889 or 12546407. OLE color: 12546407.

HSL color Cylindrical-coordinate representation of color #6771BF: hue angle of 233.18º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6771BF is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 113 191 -
CMYK 0.46 0.41 0 0.25
HSL 233.18º 0.41% 0.58% -
HSV(B) 233.18º 0.46% 0.75% -
XYZ 20.9 18.46 51.75 -
YUV 118.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 103 113 191 0.46 0.41 0 0.25 233.18 0.41 0.58
Hex 67 71 BF 2E 29 0 19 E9 29 3A
Octal 147 161 277 56 51 0 31 351 51 72
Binary 1100111 1110001 10111111 101110 101001 0 11001 11101001 101001 111010

Color Harmonies of #6771BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6771BF

Black with #6771BF

Text Example


Text Example

White with #6771BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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