Html Css Color HEX #6276CB Chetwode Blue

📋 copy color: '#6276CB'

red 98 ◦ green 118 ◦ blue 203

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

Shades of Chetwode Blue #6276CB

Tints of Chetwode Blue #6276CB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.16%

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

R = 23.39%
G = 28.16%
B = 48.45%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6276CB (or 0x6276CB) is known color: Chetwode Blue. HEX triplet: 62, 76 and CB. RGB value is (98,118,203). Sum of RGB (Red+Green+Blue) = 98+118+203=419 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.39% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #6276CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6276CB is #9D8934. Grayscale: #797979. Windows color (decimal): -10324277 or 13334114. OLE color: 13334114.

HSL color Cylindrical-coordinate representation of color #6276CB: hue angle of 228.57º 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 #6276CB is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 118 203 -
CMYK 0.52 0.42 0 0.20
HSL 228.57º 0.5% 0.59% -
HSV(B) 228.57º 0.52% 0.8% -
XYZ 22.29 19.87 59.16 -
YUV 121.71 173.87 111.09 -
System Red Green Blue C M Y K H S L
Decimal 98 118 203 0.52 0.42 0 0.20 228.57 0.5 0.59
Hex 62 76 CB 34 2A 0 14 E5 32 3B
Octal 142 166 313 64 52 0 24 345 62 73
Binary 1100010 1110110 11001011 110100 101010 0 10100 11100101 110010 111011

Color Harmonies of #6276CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6276CB

Black with #6276CB

Text Example


Text Example

White with #6276CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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