Html Css Color HEX #6168BD Chetwode Blue

📋 copy color: '#6168BD'

red 97 ◦ green 104 ◦ blue 189

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

Shades of Chetwode Blue #6168BD

Tints of Chetwode Blue #6168BD

RGB

 RED value IS 97 (38.28% from 255) = 24.87%

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

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 24.87%
G = 26.67%
B = 48.46%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6168BD (or 0x6168BD) is known color: Chetwode Blue. HEX triplet: 61, 68 and BD. RGB value is (97,104,189). Sum of RGB (Red+Green+Blue) = 97+104+189=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #6168BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6168BD is #9E9742. Grayscale: #6F6F6F. Windows color (decimal): -10393411 or 12413025. OLE color: 12413025.

HSL color Cylindrical-coordinate representation of color #6168BD: hue angle of 235.43º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6168BD is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 104 189 -
CMYK 0.49 0.45 0 0.26
HSL 235.43º 0.41% 0.56% -
HSV(B) 235.43º 0.49% 0.74% -
XYZ 19.07 16.12 50.25 -
YUV 111.6 171.68 117.59 -
System Red Green Blue C M Y K H S L
Decimal 97 104 189 0.49 0.45 0 0.26 235.43 0.41 0.56
Hex 61 68 BD 31 2D 0 1A EB 29 38
Octal 141 150 275 61 55 0 32 353 51 70
Binary 1100001 1101000 10111101 110001 101101 0 11010 11101011 101001 111000

Color Harmonies of #6168BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6168BD

Black with #6168BD

Text Example


Text Example

White with #6168BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6168BD; }

 p { color: rgb(97,104,189); }

 H1.HeaderClassName
 {
   color: #6168BD;
 }
 .AnyTagClassName
 {
   color: #6168BD;
 }
</style>

background-color css

<style>
 a { background-color: #6168BD; }

 a { background-color: rgb(97,104,189); }

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

border-color css

<style>
 span { border-color: #6168BD; }

 span { border-color: rgb(97,104,189); }

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