Html Css Color HEX #6270BE Chetwode Blue

📋 copy color: '#6270BE'

red 98 ◦ green 112 ◦ blue 190

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

Shades of Chetwode Blue #6270BE

Tints of Chetwode Blue #6270BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28%

 BLUE value IS 190 (74.61% from 255) = 47.5%

R = 24.5%
G = 28%
B = 47.5%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6270BE (or 0x6270BE) is known color: Chetwode Blue. HEX triplet: 62, 70 and BE. RGB value is (98,112,190). Sum of RGB (Red+Green+Blue) = 98+112+190=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #6270BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6270BE is #9D8F41. Grayscale: #747474. Windows color (decimal): -10325826 or 12480610. OLE color: 12480610.

HSL color Cylindrical-coordinate representation of color #6270BE: hue angle of 230.87º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6270BE is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 112 190 -
CMYK 0.48 0.41 0 0.25
HSL 230.87º 0.41% 0.56% -
HSV(B) 230.87º 0.48% 0.75% -
XYZ 20.13 17.9 51.11 -
YUV 116.71 169.36 114.66 -
System Red Green Blue C M Y K H S L
Decimal 98 112 190 0.48 0.41 0 0.25 230.87 0.41 0.56
Hex 62 70 BE 30 29 0 19 E7 29 38
Octal 142 160 276 60 51 0 31 347 51 70
Binary 1100010 1110000 10111110 110000 101001 0 11001 11100111 101001 111000

Color Harmonies of #6270BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6270BE

Black with #6270BE

Text Example


Text Example

White with #6270BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6270BE; }

 p { color: rgb(98,112,190); }

 H1.HeaderClassName
 {
   color: #6270BE;
 }
 .AnyTagClassName
 {
   color: #6270BE;
 }
</style>

background-color css

<style>
 a { background-color: #6270BE; }

 a { background-color: rgb(98,112,190); }

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

border-color css

<style>
 span { border-color: #6270BE; }

 span { border-color: rgb(98,112,190); }

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