Html Css Color HEX #6271B3 Chetwode Blue

📋 copy color: '#6271B3'

red 98 ◦ green 113 ◦ blue 179

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

Shades of Chetwode Blue #6271B3

Tints of Chetwode Blue #6271B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.9%

R = 25.13%
G = 28.97%
B = 45.9%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6271B3 (or 0x6271B3) is known color: Chetwode Blue. HEX triplet: 62, 71 and B3. RGB value is (98,113,179). Sum of RGB (Red+Green+Blue) = 98+113+179=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #6271B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6271B3 is #9D8E4C. Grayscale: #737373. Windows color (decimal): -10325581 or 11759970. OLE color: 11759970.

HSL color Cylindrical-coordinate representation of color #6271B3: hue angle of 228.89º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6271B3 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 98 113 179 -
CMYK 0.45 0.37 0 0.30
HSL 228.89º 0.35% 0.54% -
HSV(B) 228.89º 0.45% 0.7% -
XYZ 19.08 17.66 45.05 -
YUV 116.04 163.53 115.13 -
System Red Green Blue C M Y K H S L
Decimal 98 113 179 0.45 0.37 0 0.30 228.89 0.35 0.54
Hex 62 71 B3 2D 25 0 1E E5 23 36
Octal 142 161 263 55 45 0 36 345 43 66
Binary 1100010 1110001 10110011 101101 100101 0 11110 11100101 100011 110110

Color Harmonies of #6271B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6271B3

Black with #6271B3

Text Example


Text Example

White with #6271B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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