Html Css Color HEX #6070CC Chetwode Blue

📋 copy color: '#6070CC'

red 96 ◦ green 112 ◦ blue 204

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

Shades of Chetwode Blue #6070CC

Tints of Chetwode Blue #6070CC

RGB

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

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

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

R = 23.3%
G = 27.18%
B = 49.51%

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

#6070CC (or 0x6070CC) is known color: Chetwode Blue. HEX triplet: 60, 70 and CC. RGB value is (96,112,204). Sum of RGB (Red+Green+Blue) = 96+112+204=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #6070CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6070CC is #9F8F33. Grayscale: #757575. Windows color (decimal): -10456884 or 13398112. OLE color: 13398112.

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

Color convert

RGB 96 112 204 -
CMYK 0.53 0.45 0 0.2
HSL 231.11º 0.51% 0.59% -
HSV(B) 231.11º 0.53% 0.8% -
XYZ 21.52 18.43 59.55 -
YUV 117.7 176.7 112.52 -
System Red Green Blue C M Y K H S L
Decimal 96 112 204 0.53 0.45 0 0.2 231.11 0.51 0.59
Hex 60 70 CC 35 2D 0 14 E7 33 3B
Octal 140 160 314 65 55 0 24 347 63 73
Binary 1100000 1110000 11001100 110101 101101 0 10100 11100111 110011 111011

Color Harmonies of #6070CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6070CC

Black with #6070CC

Text Example


Text Example

White with #6070CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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