Html Css Color HEX #6276AB Chetwode Blue

📋 copy color: '#6276AB'

red 98 ◦ green 118 ◦ blue 171

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

Shades of Chetwode Blue #6276AB

Tints of Chetwode Blue #6276AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 25.32%
G = 30.49%
B = 44.19%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6276AB (or 0x6276AB) is known color: Chetwode Blue. HEX triplet: 62, 76 and AB. RGB value is (98,118,171). Sum of RGB (Red+Green+Blue) = 98+118+171=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #6276AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6276AB is #9D8954. Grayscale: #757575. Windows color (decimal): -10324309 or 11236962. OLE color: 11236962.

HSL color Cylindrical-coordinate representation of color #6276AB: hue angle of 223.56º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6276AB is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 118 171 -
CMYK 0.43 0.31 0 0.33
HSL 223.56º 0.3% 0.53% -
HSV(B) 223.56º 0.43% 0.67% -
XYZ 18.87 18.49 41.1 -
YUV 118.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 98 118 171 0.43 0.31 0 0.33 223.56 0.3 0.53
Hex 62 76 AB 2B 1F 0 21 E0 1E 35
Octal 142 166 253 53 37 0 41 340 36 65
Binary 1100010 1110110 10101011 101011 11111 0 100001 11100000 11110 110101

Color Harmonies of #6276AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6276AB

Black with #6276AB

Text Example


Text Example

White with #6276AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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