Html Css Color HEX #6168BC Chetwode Blue

📋 copy color: '#6168BC'

red 97 ◦ green 104 ◦ blue 188

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

Shades of Chetwode Blue #6168BC

Tints of Chetwode Blue #6168BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 24.94%
G = 26.74%
B = 48.33%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6168BC (or 0x6168BC) is known color: Chetwode Blue. HEX triplet: 61, 68 and BC. RGB value is (97,104,188). Sum of RGB (Red+Green+Blue) = 97+104+188=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #6168BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6168BC is #9E9743. Grayscale: #6F6F6F. Windows color (decimal): -10393412 or 12347489. OLE color: 12347489.

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

Color convert

RGB 97 104 188 -
CMYK 0.48 0.45 0 0.26
HSL 235.38º 0.4% 0.56% -
HSV(B) 235.38º 0.48% 0.74% -
XYZ 18.96 16.07 49.68 -
YUV 111.48 171.18 117.67 -
System Red Green Blue C M Y K H S L
Decimal 97 104 188 0.48 0.45 0 0.26 235.38 0.4 0.56
Hex 61 68 BC 30 2D 0 1A EB 28 38
Octal 141 150 274 60 55 0 32 353 50 70
Binary 1100001 1101000 10111100 110000 101101 0 11010 11101011 101000 111000

Color Harmonies of #6168BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6168BC

Black with #6168BC

Text Example


Text Example

White with #6168BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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