Html Css Color HEX #6674BC Chetwode Blue

📋 copy color: '#6674BC'

red 102 ◦ green 116 ◦ blue 188

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

Shades of Chetwode Blue #6674BC

Tints of Chetwode Blue #6674BC

RGB

 RED value IS 102 (40.23% from 255) = 25.12%

 GREEN value IS 116 (45.7% from 255) = 28.57%

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

R = 25.12%
G = 28.57%
B = 46.31%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6674BC (or 0x6674BC) is known color: Chetwode Blue. HEX triplet: 66, 74 and BC. RGB value is (102,116,188). Sum of RGB (Red+Green+Blue) = 102+116+188=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #6674BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6674BC is #998B43. Grayscale: #777777. Windows color (decimal): -10062660 or 12350566. OLE color: 12350566.

HSL color Cylindrical-coordinate representation of color #6674BC: hue angle of 230.23º 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 #6674BC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 116 188 -
CMYK 0.46 0.38 0 0.26
HSL 230.23º 0.39% 0.57% -
HSV(B) 230.23º 0.46% 0.74% -
XYZ 20.8 18.95 50.14 -
YUV 120.02 166.36 115.15 -
System Red Green Blue C M Y K H S L
Decimal 102 116 188 0.46 0.38 0 0.26 230.23 0.39 0.57
Hex 66 74 BC 2E 26 0 1A E6 27 39
Octal 146 164 274 56 46 0 32 346 47 71
Binary 1100110 1110100 10111100 101110 100110 0 11010 11100110 100111 111001

Color Harmonies of #6674BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6674BC

Black with #6674BC

Text Example


Text Example

White with #6674BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,116,188); }

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

background-color css

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

 a { background-color: rgb(102,116,188); }

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

border-color css

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

 span { border-color: rgb(102,116,188); }

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