Html Css Color HEX #6675BF Chetwode Blue

📋 copy color: '#6675BF'

red 102 ◦ green 117 ◦ blue 191

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

Shades of Chetwode Blue #6675BF

Tints of Chetwode Blue #6675BF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.54%

 BLUE value IS 191 (75% from 255) = 46.59%

R = 24.88%
G = 28.54%
B = 46.59%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6675BF (or 0x6675BF) is known color: Chetwode Blue. HEX triplet: 66, 75 and BF. RGB value is (102,117,191). Sum of RGB (Red+Green+Blue) = 102+117+191=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #6675BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6675BF is #998A40. Grayscale: #787878. Windows color (decimal): -10062401 or 12547430. OLE color: 12547430.

HSL color Cylindrical-coordinate representation of color #6675BF: hue angle of 229.89º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6675BF is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 117 191 -
CMYK 0.47 0.39 0 0.25
HSL 229.89º 0.41% 0.57% -
HSV(B) 229.89º 0.47% 0.75% -
XYZ 21.24 19.31 51.9 -
YUV 120.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 102 117 191 0.47 0.39 0 0.25 229.89 0.41 0.57
Hex 66 75 BF 2F 27 0 19 E6 29 39
Octal 146 165 277 57 47 0 31 346 51 71
Binary 1100110 1110101 10111111 101111 100111 0 11001 11100110 101001 111001

Color Harmonies of #6675BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6675BF

Black with #6675BF

Text Example


Text Example

White with #6675BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6675BF; }

 p { color: rgb(102,117,191); }

 H1.HeaderClassName
 {
   color: #6675BF;
 }
 .AnyTagClassName
 {
   color: #6675BF;
 }
</style>

background-color css

<style>
 a { background-color: #6675BF; }

 a { background-color: rgb(102,117,191); }

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

border-color css

<style>
 span { border-color: #6675BF; }

 span { border-color: rgb(102,117,191); }

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