Html Css Color HEX #676FBA Chetwode Blue

📋 copy color: '#676FBA'

red 103 ◦ green 111 ◦ blue 186

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

Shades of Chetwode Blue #676FBA

Tints of Chetwode Blue #676FBA

RGB

 RED value IS 103 (40.63% from 255) = 25.75%

 GREEN value IS 111 (43.75% from 255) = 27.75%

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 25.75%
G = 27.75%
B = 46.5%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#676FBA (or 0x676FBA) is known color: Chetwode Blue. HEX triplet: 67, 6F and BA. RGB value is (103,111,186). Sum of RGB (Red+Green+Blue) = 103+111+186=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #676FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676FBA is #989045. Grayscale: #747474. Windows color (decimal): -9998406 or 12218215. OLE color: 12218215.

HSL color Cylindrical-coordinate representation of color #676FBA: hue angle of 234.22º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #676FBA is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 111 186 -
CMYK 0.45 0.40 0 0.27
HSL 234.22º 0.38% 0.57% -
HSV(B) 234.22º 0.45% 0.73% -
XYZ 20.14 17.8 48.83 -
YUV 117.16 166.85 117.9 -
System Red Green Blue C M Y K H S L
Decimal 103 111 186 0.45 0.40 0 0.27 234.22 0.38 0.57
Hex 67 6F BA 2D 28 0 1B EA 26 39
Octal 147 157 272 55 50 0 33 352 46 71
Binary 1100111 1101111 10111010 101101 101000 0 11011 11101010 100110 111001

Color Harmonies of #676FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676FBA

Black with #676FBA

Text Example


Text Example

White with #676FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676FBA; }

 p { color: rgb(103,111,186); }

 H1.HeaderClassName
 {
   color: #676FBA;
 }
 .AnyTagClassName
 {
   color: #676FBA;
 }
</style>

background-color css

<style>
 a { background-color: #676FBA; }

 a { background-color: rgb(103,111,186); }

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

border-color css

<style>
 span { border-color: #676FBA; }

 span { border-color: rgb(103,111,186); }

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