Html Css Color HEX #6071CC Chetwode Blue

📋 copy color: '#6071CC'

red 96 ◦ green 113 ◦ blue 204

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

Shades of Chetwode Blue #6071CC

Tints of Chetwode Blue #6071CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 23.24%
G = 27.36%
B = 49.39%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6071CC (or 0x6071CC) is known color: Chetwode Blue. HEX triplet: 60, 71 and CC. RGB value is (96,113,204). Sum of RGB (Red+Green+Blue) = 96+113+204=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #6071CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6071CC is #9F8E33. Grayscale: #757575. Windows color (decimal): -10456628 or 13398368. OLE color: 13398368.

HSL color Cylindrical-coordinate representation of color #6071CC: hue angle of 230.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6071CC is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 113 204 -
CMYK 0.53 0.45 0 0.2
HSL 230.56º 0.51% 0.59% -
HSV(B) 230.56º 0.53% 0.8% -
XYZ 21.63 18.66 59.59 -
YUV 118.29 176.37 112.1 -
System Red Green Blue C M Y K H S L
Decimal 96 113 204 0.53 0.45 0 0.2 230.56 0.51 0.59
Hex 60 71 CC 35 2D 0 14 E7 33 3B
Octal 140 161 314 65 55 0 24 347 63 73
Binary 1100000 1110001 11001100 110101 101101 0 10100 11100111 110011 111011

Color Harmonies of #6071CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6071CC

Black with #6071CC

Text Example


Text Example

White with #6071CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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