Html Css Color HEX #6068AF Chetwode Blue

📋 copy color: '#6068AF'

red 96 ◦ green 104 ◦ blue 175

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

Shades of Chetwode Blue #6068AF

Tints of Chetwode Blue #6068AF

RGB

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

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

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

R = 25.6%
G = 27.73%
B = 46.67%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6068AF (or 0x6068AF) is known color: Chetwode Blue. HEX triplet: 60, 68 and AF. RGB value is (96,104,175). Sum of RGB (Red+Green+Blue) = 96+104+175=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #6068AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6068AF is #9F9750. Grayscale: #6D6D6D. Windows color (decimal): -10458961 or 11495520. OLE color: 11495520.

HSL color Cylindrical-coordinate representation of color #6068AF: hue angle of 233.92º 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 #6068AF is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 104 175 -
CMYK 0.45 0.41 0 0.31
HSL 233.92º 0.33% 0.53% -
HSV(B) 233.92º 0.45% 0.69% -
XYZ 17.51 15.48 42.62 -
YUV 109.7 164.85 118.23 -
System Red Green Blue C M Y K H S L
Decimal 96 104 175 0.45 0.41 0 0.31 233.92 0.33 0.53
Hex 60 68 AF 2D 29 0 1F EA 21 35
Octal 140 150 257 55 51 0 37 352 41 65
Binary 1100000 1101000 10101111 101101 101001 0 11111 11101010 100001 110101

Color Harmonies of #6068AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6068AF

Black with #6068AF

Text Example


Text Example

White with #6068AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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