Html Css Color HEX #6271BF Chetwode Blue

📋 copy color: '#6271BF'

red 98 ◦ green 113 ◦ blue 191

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

Shades of Chetwode Blue #6271BF

Tints of Chetwode Blue #6271BF

RGB

 RED value IS 98 (38.67% from 255) = 24.38%

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

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

R = 24.38%
G = 28.11%
B = 47.51%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6271BF (or 0x6271BF) is known color: Chetwode Blue. HEX triplet: 62, 71 and BF. RGB value is (98,113,191). Sum of RGB (Red+Green+Blue) = 98+113+191=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #6271BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6271BF is #9D8E40. Grayscale: #757575. Windows color (decimal): -10325569 or 12546402. OLE color: 12546402.

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

Color convert

RGB 98 113 191 -
CMYK 0.49 0.41 0 0.25
HSL 230.32º 0.42% 0.57% -
HSV(B) 230.32º 0.49% 0.75% -
XYZ 20.35 18.17 51.72 -
YUV 117.41 169.53 114.16 -
System Red Green Blue C M Y K H S L
Decimal 98 113 191 0.49 0.41 0 0.25 230.32 0.42 0.57
Hex 62 71 BF 31 29 0 19 E6 2A 39
Octal 142 161 277 61 51 0 31 346 52 71
Binary 1100010 1110001 10111111 110001 101001 0 11001 11100110 101010 111001

Color Harmonies of #6271BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6271BF

Black with #6271BF

Text Example


Text Example

White with #6271BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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