Html Css Color HEX #6267BC Chetwode Blue

📋 copy color: '#6267BC'

red 98 ◦ green 103 ◦ blue 188

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

Shades of Chetwode Blue #6267BC

Tints of Chetwode Blue #6267BC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.48%

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

R = 25.19%
G = 26.48%
B = 48.33%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6267BC (or 0x6267BC) is known color: Chetwode Blue. HEX triplet: 62, 67 and BC. RGB value is (98,103,188). Sum of RGB (Red+Green+Blue) = 98+103+188=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #6267BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6267BC is #9D9843. Grayscale: #6E6E6E. Windows color (decimal): -10328132 or 12347234. OLE color: 12347234.

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

Color convert

RGB 98 103 188 -
CMYK 0.48 0.45 0 0.26
HSL 236.67º 0.4% 0.56% -
HSV(B) 236.67º 0.48% 0.74% -
XYZ 18.96 15.93 49.65 -
YUV 111.2 171.34 118.59 -
System Red Green Blue C M Y K H S L
Decimal 98 103 188 0.48 0.45 0 0.26 236.67 0.4 0.56
Hex 62 67 BC 30 2D 0 1A ED 28 38
Octal 142 147 274 60 55 0 32 355 50 70
Binary 1100010 1100111 10111100 110000 101101 0 11010 11101101 101000 111000

Color Harmonies of #6267BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6267BC

Black with #6267BC

Text Example


Text Example

White with #6267BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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