Html Css Color HEX #6266BC Chetwode Blue

📋 copy color: '#6266BC'

red 98 ◦ green 102 ◦ blue 188

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

Shades of Chetwode Blue #6266BC

Tints of Chetwode Blue #6266BC

RGB

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

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

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

R = 25.26%
G = 26.29%
B = 48.45%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6266BC (or 0x6266BC) is known color: Chetwode Blue. HEX triplet: 62, 66 and BC. RGB value is (98,102,188). Sum of RGB (Red+Green+Blue) = 98+102+188=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #6266BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6266BC is #9D9943. Grayscale: #6E6E6E. Windows color (decimal): -10328388 or 12346978. OLE color: 12346978.

HSL color Cylindrical-coordinate representation of color #6266BC: hue angle of 237.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6266BC is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 102 188 -
CMYK 0.48 0.46 0 0.26
HSL 237.33º 0.4% 0.56% -
HSV(B) 237.33º 0.48% 0.74% -
XYZ 18.87 15.73 49.62 -
YUV 110.61 171.67 119.01 -
System Red Green Blue C M Y K H S L
Decimal 98 102 188 0.48 0.46 0 0.26 237.33 0.4 0.56
Hex 62 66 BC 30 2E 0 1A ED 28 38
Octal 142 146 274 60 56 0 32 355 50 70
Binary 1100010 1100110 10111100 110000 101110 0 11010 11101101 101000 111000

Color Harmonies of #6266BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6266BC

Black with #6266BC

Text Example


Text Example

White with #6266BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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