Html Css Color HEX #6071BE Chetwode Blue

📋 copy color: '#6071BE'

red 96 ◦ green 113 ◦ blue 190

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

Shades of Chetwode Blue #6071BE

Tints of Chetwode Blue #6071BE

RGB

 RED value IS 96 (37.89% from 255) = 24.06%

 GREEN value IS 113 (44.53% from 255) = 28.32%

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

R = 24.06%
G = 28.32%
B = 47.62%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6071BE (or 0x6071BE) is known color: Chetwode Blue. HEX triplet: 60, 71 and BE. RGB value is (96,113,190). Sum of RGB (Red+Green+Blue) = 96+113+190=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #6071BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6071BE is #9F8E41. Grayscale: #747474. Windows color (decimal): -10456642 or 12480864. OLE color: 12480864.

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

Color convert

RGB 96 113 190 -
CMYK 0.49 0.41 0 0.25
HSL 229.15º 0.42% 0.56% -
HSV(B) 229.15º 0.49% 0.75% -
XYZ 20.02 18.01 51.14 -
YUV 116.7 169.37 113.24 -
System Red Green Blue C M Y K H S L
Decimal 96 113 190 0.49 0.41 0 0.25 229.15 0.42 0.56
Hex 60 71 BE 31 29 0 19 E5 2A 38
Octal 140 161 276 61 51 0 31 345 52 70
Binary 1100000 1110001 10111110 110001 101001 0 11001 11100101 101010 111000

Color Harmonies of #6071BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6071BE

Black with #6071BE

Text Example


Text Example

White with #6071BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,113,190); }

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

background-color css

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

 a { background-color: rgb(96,113,190); }

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

border-color css

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

 span { border-color: rgb(96,113,190); }

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