Html Css Color HEX #6379BC Chetwode Blue

📋 copy color: '#6379BC'

red 99 ◦ green 121 ◦ blue 188

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

Shades of Chetwode Blue #6379BC

Tints of Chetwode Blue #6379BC

RGB

 RED value IS 99 (39.06% from 255) = 24.26%

 GREEN value IS 121 (47.66% from 255) = 29.66%

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

R = 24.26%
G = 29.66%
B = 46.08%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6379BC (or 0x6379BC) is known color: Chetwode Blue. HEX triplet: 63, 79 and BC. RGB value is (99,121,188). Sum of RGB (Red+Green+Blue) = 99+121+188=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #6379BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6379BC is #9C8643. Grayscale: #797979. Windows color (decimal): -10257988 or 12351843. OLE color: 12351843.

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

Color convert

RGB 99 121 188 -
CMYK 0.47 0.36 0 0.26
HSL 225.17º 0.4% 0.56% -
HSV(B) 225.17º 0.47% 0.74% -
XYZ 21.06 19.96 50.32 -
YUV 122.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 99 121 188 0.47 0.36 0 0.26 225.17 0.4 0.56
Hex 63 79 BC 2F 24 0 1A E1 28 38
Octal 143 171 274 57 44 0 32 341 50 70
Binary 1100011 1111001 10111100 101111 100100 0 11010 11100001 101000 111000

Color Harmonies of #6379BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6379BC

Black with #6379BC

Text Example


Text Example

White with #6379BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,121,188); }

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

background-color css

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

 a { background-color: rgb(99,121,188); }

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

border-color css

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

 span { border-color: rgb(99,121,188); }

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