Html Css Color HEX #6277BC Chetwode Blue

📋 copy color: '#6277BC'

red 98 ◦ green 119 ◦ blue 188

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

Shades of Chetwode Blue #6277BC

Tints of Chetwode Blue #6277BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.38%

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 24.2%
G = 29.38%
B = 46.42%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6277BC (or 0x6277BC) is known color: Chetwode Blue. HEX triplet: 62, 77 and BC. RGB value is (98,119,188). Sum of RGB (Red+Green+Blue) = 98+119+188=405 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.20% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #6277BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6277BC is #9D8843. Grayscale: #787878. Windows color (decimal): -10324036 or 12351330. OLE color: 12351330.

HSL color Cylindrical-coordinate representation of color #6277BC: hue angle of 226º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6277BC is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 119 188 -
CMYK 0.48 0.37 0 0.26
HSL 226º 0.4% 0.56% -
HSV(B) 226º 0.48% 0.74% -
XYZ 20.71 19.42 50.23 -
YUV 120.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 98 119 188 0.48 0.37 0 0.26 226 0.4 0.56
Hex 62 77 BC 30 25 0 1A E2 28 38
Octal 142 167 274 60 45 0 32 342 50 70
Binary 1100010 1110111 10111100 110000 100101 0 11010 11100010 101000 111000

Color Harmonies of #6277BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6277BC

Black with #6277BC

Text Example


Text Example

White with #6277BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6277BC; }

 p { color: rgb(98,119,188); }

 H1.HeaderClassName
 {
   color: #6277BC;
 }
 .AnyTagClassName
 {
   color: #6277BC;
 }
</style>

background-color css

<style>
 a { background-color: #6277BC; }

 a { background-color: rgb(98,119,188); }

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

border-color css

<style>
 span { border-color: #6277BC; }

 span { border-color: rgb(98,119,188); }

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