Html Css Color HEX #6B78BC Chetwode Blue

📋 copy color: '#6B78BC'

red 107 ◦ green 120 ◦ blue 188

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

Shades of Chetwode Blue #6B78BC

Tints of Chetwode Blue #6B78BC

RGB

 RED value IS 107 (42.19% from 255) = 25.78%

 GREEN value IS 120 (47.27% from 255) = 28.92%

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

R = 25.78%
G = 28.92%
B = 45.3%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6B78BC (or 0x6B78BC) is known color: Chetwode Blue. HEX triplet: 6B, 78 and BC. RGB value is (107,120,188). Sum of RGB (Red+Green+Blue) = 107+120+188=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B78BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B78BC is #948743. Grayscale: #7B7B7B. Windows color (decimal): -9733956 or 12351595. OLE color: 12351595.

HSL color Cylindrical-coordinate representation of color #6B78BC: hue angle of 230.37º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B78BC is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 107 120 188 -
CMYK 0.43 0.36 0 0.26
HSL 230.37º 0.38% 0.58% -
HSV(B) 230.37º 0.43% 0.74% -
XYZ 21.86 20.19 50.32 -
YUV 123.87 164.19 115.97 -
System Red Green Blue C M Y K H S L
Decimal 107 120 188 0.43 0.36 0 0.26 230.37 0.38 0.58
Hex 6B 78 BC 2B 24 0 1A E6 26 3A
Octal 153 170 274 53 44 0 32 346 46 72
Binary 1101011 1111000 10111100 101011 100100 0 11010 11100110 100110 111010

Color Harmonies of #6B78BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B78BC

Black with #6B78BC

Text Example


Text Example

White with #6B78BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B78BC; }

 p { color: rgb(107,120,188); }

 H1.HeaderClassName
 {
   color: #6B78BC;
 }
 .AnyTagClassName
 {
   color: #6B78BC;
 }
</style>

background-color css

<style>
 a { background-color: #6B78BC; }

 a { background-color: rgb(107,120,188); }

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

border-color css

<style>
 span { border-color: #6B78BC; }

 span { border-color: rgb(107,120,188); }

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