Html Css Color HEX #6066AF Chetwode Blue

📋 copy color: '#6066AF'

red 96 ◦ green 102 ◦ blue 175

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

Shades of Chetwode Blue #6066AF

Tints of Chetwode Blue #6066AF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.35%

 BLUE value IS 175 (68.75% from 255) = 46.92%

R = 25.74%
G = 27.35%
B = 46.92%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6066AF (or 0x6066AF) is known color: Chetwode Blue. HEX triplet: 60, 66 and AF. RGB value is (96,102,175). Sum of RGB (Red+Green+Blue) = 96+102+175=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #6066AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6066AF is #9F9950. Grayscale: #6C6C6C. Windows color (decimal): -10459473 or 11495008. OLE color: 11495008.

HSL color Cylindrical-coordinate representation of color #6066AF: hue angle of 235.44º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6066AF is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 102 175 -
CMYK 0.45 0.42 0 0.31
HSL 235.44º 0.33% 0.53% -
HSV(B) 235.44º 0.45% 0.69% -
XYZ 17.31 15.08 42.56 -
YUV 108.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 96 102 175 0.45 0.42 0 0.31 235.44 0.33 0.53
Hex 60 66 AF 2D 2A 0 1F EB 21 35
Octal 140 146 257 55 52 0 37 353 41 65
Binary 1100000 1100110 10101111 101101 101010 0 11111 11101011 100001 110101

Color Harmonies of #6066AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6066AF

Black with #6066AF

Text Example


Text Example

White with #6066AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6066AF; }

 p { color: rgb(96,102,175); }

 H1.HeaderClassName
 {
   color: #6066AF;
 }
 .AnyTagClassName
 {
   color: #6066AF;
 }
</style>

background-color css

<style>
 a { background-color: #6066AF; }

 a { background-color: rgb(96,102,175); }

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

border-color css

<style>
 span { border-color: #6066AF; }

 span { border-color: rgb(96,102,175); }

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