Html Css Color HEX #6A71BF Chetwode Blue

📋 copy color: '#6A71BF'

red 106 ◦ green 113 ◦ blue 191

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

Shades of Chetwode Blue #6A71BF

Tints of Chetwode Blue #6A71BF

RGB

 RED value IS 106 (41.8% from 255) = 25.85%

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

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

R = 25.85%
G = 27.56%
B = 46.59%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A71BF (or 0x6A71BF) is known color: Chetwode Blue. HEX triplet: 6A, 71 and BF. RGB value is (106,113,191). Sum of RGB (Red+Green+Blue) = 106+113+191=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A71BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A71BF is #958E40. Grayscale: #777777. Windows color (decimal): -9801281 or 12546410. OLE color: 12546410.

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

Color convert

RGB 106 113 191 -
CMYK 0.45 0.41 0 0.25
HSL 235.06º 0.4% 0.58% -
HSV(B) 235.06º 0.45% 0.75% -
XYZ 21.25 18.64 51.77 -
YUV 119.8 168.18 118.16 -
System Red Green Blue C M Y K H S L
Decimal 106 113 191 0.45 0.41 0 0.25 235.06 0.4 0.58
Hex 6A 71 BF 2D 29 0 19 EB 28 3A
Octal 152 161 277 55 51 0 31 353 50 72
Binary 1101010 1110001 10111111 101101 101001 0 11001 11101011 101000 111010

Color Harmonies of #6A71BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A71BF

Black with #6A71BF

Text Example


Text Example

White with #6A71BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A71BF; }

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

 H1.HeaderClassName
 {
   color: #6A71BF;
 }
 .AnyTagClassName
 {
   color: #6A71BF;
 }
</style>

background-color css

<style>
 a { background-color: #6A71BF; }

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

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

border-color css

<style>
 span { border-color: #6A71BF; }

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

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