Html Css Color HEX #6068AE Chetwode Blue

📋 copy color: '#6068AE'

red 96 ◦ green 104 ◦ blue 174

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

Shades of Chetwode Blue #6068AE

Tints of Chetwode Blue #6068AE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.81%

 BLUE value IS 174 (68.36% from 255) = 46.52%

R = 25.67%
G = 27.81%
B = 46.52%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6068AE (or 0x6068AE) is known color: Chetwode Blue. HEX triplet: 60, 68 and AE. RGB value is (96,104,174). Sum of RGB (Red+Green+Blue) = 96+104+174=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #6068AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6068AE is #9F9751. Grayscale: #6D6D6D. Windows color (decimal): -10458962 or 11429984. OLE color: 11429984.

HSL color Cylindrical-coordinate representation of color #6068AE: hue angle of 233.85º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6068AE is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 104 174 -
CMYK 0.45 0.40 0 0.32
HSL 233.85º 0.33% 0.53% -
HSV(B) 233.85º 0.45% 0.68% -
XYZ 17.41 15.44 42.11 -
YUV 109.59 164.35 118.31 -
System Red Green Blue C M Y K H S L
Decimal 96 104 174 0.45 0.40 0 0.32 233.85 0.33 0.53
Hex 60 68 AE 2D 28 0 20 EA 20 35
Octal 140 150 256 55 50 0 40 352 40 65
Binary 1100000 1101000 10101110 101101 101000 0 100000 11101010 100000 110101

Color Harmonies of #6068AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6068AE

Black with #6068AE

Text Example


Text Example

White with #6068AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6068AE; }

 p { color: rgb(96,104,174); }

 H1.HeaderClassName
 {
   color: #6068AE;
 }
 .AnyTagClassName
 {
   color: #6068AE;
 }
</style>

background-color css

<style>
 a { background-color: #6068AE; }

 a { background-color: rgb(96,104,174); }

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

border-color css

<style>
 span { border-color: #6068AE; }

 span { border-color: rgb(96,104,174); }

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