Html Css Color HEX #6068AB Chetwode Blue

📋 copy color: '#6068AB'

red 96 ◦ green 104 ◦ blue 171

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

Shades of Chetwode Blue #6068AB

Tints of Chetwode Blue #6068AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.09%

R = 25.88%
G = 28.03%
B = 46.09%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6068AB (or 0x6068AB) is known color: Chetwode Blue. HEX triplet: 60, 68 and AB. RGB value is (96,104,171). Sum of RGB (Red+Green+Blue) = 96+104+171=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #6068AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6068AB is #9F9754. Grayscale: #6C6C6C. Windows color (decimal): -10458965 or 11233376. OLE color: 11233376.

HSL color Cylindrical-coordinate representation of color #6068AB: hue angle of 233.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6068AB is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 104 171 -
CMYK 0.44 0.39 0 0.33
HSL 233.6º 0.31% 0.52% -
HSV(B) 233.6º 0.44% 0.67% -
XYZ 17.12 15.33 40.58 -
YUV 109.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 96 104 171 0.44 0.39 0 0.33 233.6 0.31 0.52
Hex 60 68 AB 2C 27 0 21 EA 1F 34
Octal 140 150 253 54 47 0 41 352 37 64
Binary 1100000 1101000 10101011 101100 100111 0 100001 11101010 11111 110100

Color Harmonies of #6068AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6068AB

Black with #6068AB

Text Example


Text Example

White with #6068AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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