Html Css Color HEX #6072D6 Chetwode Blue

📋 copy color: '#6072D6'

red 96 ◦ green 114 ◦ blue 214

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

Shades of Chetwode Blue #6072D6

Tints of Chetwode Blue #6072D6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.89%

 BLUE value IS 214 (83.98% from 255) = 50.47%

R = 22.64%
G = 26.89%
B = 50.47%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6072D6 (or 0x6072D6) is known color: Chetwode Blue. HEX triplet: 60, 72 and D6. RGB value is (96,114,214). Sum of RGB (Red+Green+Blue) = 96+114+214=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #6072D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6072D6 is #9F8D29. Grayscale: #777777. Windows color (decimal): -10456362 or 14053984. OLE color: 14053984.

HSL color Cylindrical-coordinate representation of color #6072D6: hue angle of 230.85º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6072D6 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 114 214 -
CMYK 0.55 0.47 0 0.16
HSL 230.85º 0.59% 0.61% -
HSV(B) 230.85º 0.55% 0.84% -
XYZ 22.98 19.38 66.15 -
YUV 120.02 181.04 110.87 -
System Red Green Blue C M Y K H S L
Decimal 96 114 214 0.55 0.47 0 0.16 230.85 0.59 0.61
Hex 60 72 D6 37 2F 0 10 E7 3B 3D
Octal 140 162 326 67 57 0 20 347 73 75
Binary 1100000 1110010 11010110 110111 101111 0 10000 11100111 111011 111101

Color Harmonies of #6072D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6072D6

Black with #6072D6

Text Example


Text Example

White with #6072D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6072D6; }

 p { color: rgb(96,114,214); }

 H1.HeaderClassName
 {
   color: #6072D6;
 }
 .AnyTagClassName
 {
   color: #6072D6;
 }
</style>

background-color css

<style>
 a { background-color: #6072D6; }

 a { background-color: rgb(96,114,214); }

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

border-color css

<style>
 span { border-color: #6072D6; }

 span { border-color: rgb(96,114,214); }

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