Html Css Color HEX #6268BA Chetwode Blue

📋 copy color: '#6268BA'

red 98 ◦ green 104 ◦ blue 186

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

Shades of Chetwode Blue #6268BA

Tints of Chetwode Blue #6268BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.8%

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 25.26%
G = 26.8%
B = 47.94%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6268BA (or 0x6268BA) is known color: Chetwode Blue. HEX triplet: 62, 68 and BA. RGB value is (98,104,186). Sum of RGB (Red+Green+Blue) = 98+104+186=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #6268BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6268BA is #9D9745. Grayscale: #6F6F6F. Windows color (decimal): -10327878 or 12216418. OLE color: 12216418.

HSL color Cylindrical-coordinate representation of color #6268BA: hue angle of 235.91º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6268BA is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 104 186 -
CMYK 0.47 0.44 0 0.27
HSL 235.91º 0.39% 0.56% -
HSV(B) 235.91º 0.47% 0.73% -
XYZ 18.85 16.04 48.56 -
YUV 111.55 170.01 118.33 -
System Red Green Blue C M Y K H S L
Decimal 98 104 186 0.47 0.44 0 0.27 235.91 0.39 0.56
Hex 62 68 BA 2F 2C 0 1B EC 27 38
Octal 142 150 272 57 54 0 33 354 47 70
Binary 1100010 1101000 10111010 101111 101100 0 11011 11101100 100111 111000

Color Harmonies of #6268BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6268BA

Black with #6268BA

Text Example


Text Example

White with #6268BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6268BA; }

 p { color: rgb(98,104,186); }

 H1.HeaderClassName
 {
   color: #6268BA;
 }
 .AnyTagClassName
 {
   color: #6268BA;
 }
</style>

background-color css

<style>
 a { background-color: #6268BA; }

 a { background-color: rgb(98,104,186); }

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

border-color css

<style>
 span { border-color: #6268BA; }

 span { border-color: rgb(98,104,186); }

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