Html Css Color HEX #6271CB Chetwode Blue

📋 copy color: '#6271CB'

red 98 ◦ green 113 ◦ blue 203

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

Shades of Chetwode Blue #6271CB

Tints of Chetwode Blue #6271CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 23.67%
G = 27.29%
B = 49.03%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6271CB (or 0x6271CB) is known color: Chetwode Blue. HEX triplet: 62, 71 and CB. RGB value is (98,113,203). Sum of RGB (Red+Green+Blue) = 98+113+203=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #6271CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6271CB is #9D8E34. Grayscale: #767676. Windows color (decimal): -10325557 or 13332834. OLE color: 13332834.

HSL color Cylindrical-coordinate representation of color #6271CB: hue angle of 231.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6271CB is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 113 203 -
CMYK 0.52 0.44 0 0.20
HSL 231.43º 0.5% 0.59% -
HSV(B) 231.43º 0.52% 0.8% -
XYZ 21.72 18.72 58.97 -
YUV 118.78 175.53 113.18 -
System Red Green Blue C M Y K H S L
Decimal 98 113 203 0.52 0.44 0 0.20 231.43 0.5 0.59
Hex 62 71 CB 34 2C 0 14 E7 32 3B
Octal 142 161 313 64 54 0 24 347 62 73
Binary 1100010 1110001 11001011 110100 101100 0 10100 11100111 110010 111011

Color Harmonies of #6271CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6271CB

Black with #6271CB

Text Example


Text Example

White with #6271CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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