Html Css Color HEX #6865BC Chetwode Blue

📋 copy color: '#6865BC'

red 104 ◦ green 101 ◦ blue 188

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

Shades of Chetwode Blue #6865BC

Tints of Chetwode Blue #6865BC

RGB

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

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

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

R = 26.46%
G = 25.7%
B = 47.84%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6865BC (or 0x6865BC) is known color: Chetwode Blue. HEX triplet: 68, 65 and BC. RGB value is (104,101,188). Sum of RGB (Red+Green+Blue) = 104+101+188=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #6865BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6865BC is #979A43. Grayscale: #6F6F6F. Windows color (decimal): -9935428 or 12346728. OLE color: 12346728.

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

Color convert

RGB 104 101 188 -
CMYK 0.45 0.46 0 0.26
HSL 242.07º 0.39% 0.57% -
HSV(B) 242.07º 0.46% 0.74% -
XYZ 19.44 15.88 49.62 -
YUV 111.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 104 101 188 0.45 0.46 0 0.26 242.07 0.39 0.57
Hex 68 65 BC 2D 2E 0 1A F2 27 39
Octal 150 145 274 55 56 0 32 362 47 71
Binary 1101000 1100101 10111100 101101 101110 0 11010 11110010 100111 111001

Color Harmonies of #6865BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6865BC

Black with #6865BC

Text Example


Text Example

White with #6865BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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