Html Css Color HEX #6266B6 Chetwode Blue

📋 copy color: '#6266B6'

red 98 ◦ green 102 ◦ blue 182

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

Shades of Chetwode Blue #6266B6

Tints of Chetwode Blue #6266B6

RGB

 RED value IS 98 (38.67% from 255) = 25.65%

 GREEN value IS 102 (40.23% from 255) = 26.7%

 BLUE value IS 182 (71.48% from 255) = 47.64%

R = 25.65%
G = 26.7%
B = 47.64%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6266B6 (or 0x6266B6) is known color: Chetwode Blue. HEX triplet: 62, 66 and B6. RGB value is (98,102,182). Sum of RGB (Red+Green+Blue) = 98+102+182=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 182 - color contains mainly: blue. Hex color #6266B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6266B6 is #9D9949. Grayscale: #6D6D6D. Windows color (decimal): -10328394 or 11953762. OLE color: 11953762.

HSL color Cylindrical-coordinate representation of color #6266B6: hue angle of 237.14º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6266B6 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 98 102 182 -
CMYK 0.46 0.44 0 0.29
HSL 237.14º 0.37% 0.55% -
HSV(B) 237.14º 0.46% 0.71% -
XYZ 18.23 15.48 46.28 -
YUV 109.92 168.67 119.5 -
System Red Green Blue C M Y K H S L
Decimal 98 102 182 0.46 0.44 0 0.29 237.14 0.37 0.55
Hex 62 66 B6 2E 2C 0 1D ED 25 37
Octal 142 146 266 56 54 0 35 355 45 67
Binary 1100010 1100110 10110110 101110 101100 0 11101 11101101 100101 110111

Color Harmonies of #6266B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6266B6

Black with #6266B6

Text Example


Text Example

White with #6266B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6266B6; }

 p { color: rgb(98,102,182); }

 H1.HeaderClassName
 {
   color: #6266B6;
 }
 .AnyTagClassName
 {
   color: #6266B6;
 }
</style>

background-color css

<style>
 a { background-color: #6266B6; }

 a { background-color: rgb(98,102,182); }

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

border-color css

<style>
 span { border-color: #6266B6; }

 span { border-color: rgb(98,102,182); }

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