Html Css Color HEX #6278BC Chetwode Blue

📋 copy color: '#6278BC'

red 98 ◦ green 120 ◦ blue 188

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

Shades of Chetwode Blue #6278BC

Tints of Chetwode Blue #6278BC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.56%

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

R = 24.14%
G = 29.56%
B = 46.31%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6278BC (or 0x6278BC) is known color: Chetwode Blue. HEX triplet: 62, 78 and BC. RGB value is (98,120,188). Sum of RGB (Red+Green+Blue) = 98+120+188=406 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.14% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #6278BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6278BC is #9D8743. Grayscale: #787878. Windows color (decimal): -10323780 or 12351586. OLE color: 12351586.

HSL color Cylindrical-coordinate representation of color #6278BC: hue angle of 225.33º 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 #6278BC is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 120 188 -
CMYK 0.48 0.36 0 0.26
HSL 225.33º 0.4% 0.56% -
HSV(B) 225.33º 0.48% 0.74% -
XYZ 20.83 19.66 50.27 -
YUV 121.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 98 120 188 0.48 0.36 0 0.26 225.33 0.4 0.56
Hex 62 78 BC 30 24 0 1A E1 28 38
Octal 142 170 274 60 44 0 32 341 50 70
Binary 1100010 1111000 10111100 110000 100100 0 11010 11100001 101000 111000

Color Harmonies of #6278BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6278BC

Black with #6278BC

Text Example


Text Example

White with #6278BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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