Html Css Color HEX #6865BD Chetwode Blue

📋 copy color: '#6865BD'

red 104 ◦ green 101 ◦ blue 189

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

Shades of Chetwode Blue #6865BD

Tints of Chetwode Blue #6865BD

RGB

 RED value IS 104 (41.02% from 255) = 26.4%

 GREEN value IS 101 (39.84% from 255) = 25.63%

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

R = 26.4%
G = 25.63%
B = 47.97%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6865BD (or 0x6865BD) is known color: Chetwode Blue. HEX triplet: 68, 65 and BD. RGB value is (104,101,189). Sum of RGB (Red+Green+Blue) = 104+101+189=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #6865BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6865BD is #979A42. Grayscale: #6F6F6F. Windows color (decimal): -9935427 or 12412264. OLE color: 12412264.

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

Color convert

RGB 104 101 189 -
CMYK 0.45 0.47 0 0.26
HSL 242.05º 0.4% 0.57% -
HSV(B) 242.05º 0.47% 0.74% -
XYZ 19.55 15.92 50.19 -
YUV 111.93 171.49 122.34 -
System Red Green Blue C M Y K H S L
Decimal 104 101 189 0.45 0.47 0 0.26 242.05 0.4 0.57
Hex 68 65 BD 2D 2F 0 1A F2 28 39
Octal 150 145 275 55 57 0 32 362 50 71
Binary 1101000 1100101 10111101 101101 101111 0 11010 11110010 101000 111001

Color Harmonies of #6865BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6865BD

Black with #6865BD

Text Example


Text Example

White with #6865BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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