Html Css Color HEX #6070CD Chetwode Blue

📋 copy color: '#6070CD'

red 96 ◦ green 112 ◦ blue 205

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

Shades of Chetwode Blue #6070CD

Tints of Chetwode Blue #6070CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 23.24%
G = 27.12%
B = 49.64%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6070CD (or 0x6070CD) is known color: Chetwode Blue. HEX triplet: 60, 70 and CD. RGB value is (96,112,205). Sum of RGB (Red+Green+Blue) = 96+112+205=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #6070CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6070CD is #9F8F32. Grayscale: #757575. Windows color (decimal): -10456883 or 13463648. OLE color: 13463648.

HSL color Cylindrical-coordinate representation of color #6070CD: hue angle of 231.19º degrees, saturation: 0.52, 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 #6070CD is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 112 205 -
CMYK 0.53 0.45 0 0.20
HSL 231.19º 0.52% 0.59% -
HSV(B) 231.19º 0.53% 0.8% -
XYZ 21.64 18.48 60.18 -
YUV 117.82 177.2 112.44 -
System Red Green Blue C M Y K H S L
Decimal 96 112 205 0.53 0.45 0 0.20 231.19 0.52 0.59
Hex 60 70 CD 35 2D 0 14 E7 34 3B
Octal 140 160 315 65 55 0 24 347 64 73
Binary 1100000 1110000 11001101 110101 101101 0 10100 11100111 110100 111011

Color Harmonies of #6070CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6070CD

Black with #6070CD

Text Example


Text Example

White with #6070CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6070CD; }

 p { color: rgb(96,112,205); }

 H1.HeaderClassName
 {
   color: #6070CD;
 }
 .AnyTagClassName
 {
   color: #6070CD;
 }
</style>

background-color css

<style>
 a { background-color: #6070CD; }

 a { background-color: rgb(96,112,205); }

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

border-color css

<style>
 span { border-color: #6070CD; }

 span { border-color: rgb(96,112,205); }

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