Html Css Color HEX #6669BD Chetwode Blue

📋 copy color: '#6669BD'

red 102 ◦ green 105 ◦ blue 189

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

Shades of Chetwode Blue #6669BD

Tints of Chetwode Blue #6669BD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.52%

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 25.76%
G = 26.52%
B = 47.73%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6669BD (or 0x6669BD) is known color: Chetwode Blue. HEX triplet: 66, 69 and BD. RGB value is (102,105,189). Sum of RGB (Red+Green+Blue) = 102+105+189=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #6669BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6669BD is #999642. Grayscale: #717171. Windows color (decimal): -10065475 or 12413286. OLE color: 12413286.

HSL color Cylindrical-coordinate representation of color #6669BD: hue angle of 237.93º degrees, saturation: 0.4, 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 #6669BD is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 105 189 -
CMYK 0.46 0.44 0 0.26
HSL 237.93º 0.4% 0.57% -
HSV(B) 237.93º 0.46% 0.74% -
XYZ 19.72 16.6 50.31 -
YUV 113.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 102 105 189 0.46 0.44 0 0.26 237.93 0.4 0.57
Hex 66 69 BD 2E 2C 0 1A EE 28 39
Octal 146 151 275 56 54 0 32 356 50 71
Binary 1100110 1101001 10111101 101110 101100 0 11010 11101110 101000 111001

Color Harmonies of #6669BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6669BD

Black with #6669BD

Text Example


Text Example

White with #6669BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6669BD; }

 p { color: rgb(102,105,189); }

 H1.HeaderClassName
 {
   color: #6669BD;
 }
 .AnyTagClassName
 {
   color: #6669BD;
 }
</style>

background-color css

<style>
 a { background-color: #6669BD; }

 a { background-color: rgb(102,105,189); }

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

border-color css

<style>
 span { border-color: #6669BD; }

 span { border-color: rgb(102,105,189); }

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