Html Css Color HEX #6069AD Chetwode Blue

📋 copy color: '#6069AD'

red 96 ◦ green 105 ◦ blue 173

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

Shades of Chetwode Blue #6069AD

Tints of Chetwode Blue #6069AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.07%

 BLUE value IS 173 (67.97% from 255) = 46.26%

R = 25.67%
G = 28.07%
B = 46.26%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6069AD (or 0x6069AD) is known color: Chetwode Blue. HEX triplet: 60, 69 and AD. RGB value is (96,105,173). Sum of RGB (Red+Green+Blue) = 96+105+173=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #6069AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6069AD is #9F9652. Grayscale: #6D6D6D. Windows color (decimal): -10458707 or 11364704. OLE color: 11364704.

HSL color Cylindrical-coordinate representation of color #6069AD: hue angle of 232.99º 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 #6069AD is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 105 173 -
CMYK 0.45 0.39 0 0.32
HSL 232.99º 0.32% 0.53% -
HSV(B) 232.99º 0.45% 0.68% -
XYZ 17.42 15.61 41.63 -
YUV 110.06 163.52 117.97 -
System Red Green Blue C M Y K H S L
Decimal 96 105 173 0.45 0.39 0 0.32 232.99 0.32 0.53
Hex 60 69 AD 2D 27 0 20 E9 20 35
Octal 140 151 255 55 47 0 40 351 40 65
Binary 1100000 1101001 10101101 101101 100111 0 100000 11101001 100000 110101

Color Harmonies of #6069AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6069AD

Black with #6069AD

Text Example


Text Example

White with #6069AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6069AD; }

 p { color: rgb(96,105,173); }

 H1.HeaderClassName
 {
   color: #6069AD;
 }
 .AnyTagClassName
 {
   color: #6069AD;
 }
</style>

background-color css

<style>
 a { background-color: #6069AD; }

 a { background-color: rgb(96,105,173); }

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

border-color css

<style>
 span { border-color: #6069AD; }

 span { border-color: rgb(96,105,173); }

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