Html Css Color HEX #6071CE Chetwode Blue

📋 copy color: '#6071CE'

red 96 ◦ green 113 ◦ blue 206

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

Shades of Chetwode Blue #6071CE

Tints of Chetwode Blue #6071CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 23.13%
G = 27.23%
B = 49.64%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6071CE (or 0x6071CE) is known color: Chetwode Blue. HEX triplet: 60, 71 and CE. RGB value is (96,113,206). Sum of RGB (Red+Green+Blue) = 96+113+206=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #6071CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6071CE is #9F8E31. Grayscale: #767676. Windows color (decimal): -10456626 or 13529440. OLE color: 13529440.

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

Color convert

RGB 96 113 206 -
CMYK 0.53 0.45 0 0.19
HSL 230.73º 0.53% 0.59% -
HSV(B) 230.73º 0.53% 0.81% -
XYZ 21.87 18.75 60.86 -
YUV 118.52 177.37 111.94 -
System Red Green Blue C M Y K H S L
Decimal 96 113 206 0.53 0.45 0 0.19 230.73 0.53 0.59
Hex 60 71 CE 35 2D 0 13 E7 35 3B
Octal 140 161 316 65 55 0 23 347 65 73
Binary 1100000 1110001 11001110 110101 101101 0 10011 11100111 110101 111011

Color Harmonies of #6071CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6071CE

Black with #6071CE

Text Example


Text Example

White with #6071CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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