Html Css Color HEX #6269BA Chetwode Blue

📋 copy color: '#6269BA'

red 98 ◦ green 105 ◦ blue 186

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

Shades of Chetwode Blue #6269BA

Tints of Chetwode Blue #6269BA

RGB

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

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

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

R = 25.19%
G = 26.99%
B = 47.81%

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

#6269BA (or 0x6269BA) is known color: Chetwode Blue. HEX triplet: 62, 69 and BA. RGB value is (98,105,186). Sum of RGB (Red+Green+Blue) = 98+105+186=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #6269BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6269BA is #9D9645. Grayscale: #6F6F6F. Windows color (decimal): -10327622 or 12216674. OLE color: 12216674.

HSL color Cylindrical-coordinate representation of color #6269BA: hue angle of 235.23º 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 #6269BA is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 105 186 -
CMYK 0.47 0.44 0 0.27
HSL 235.23º 0.39% 0.56% -
HSV(B) 235.23º 0.47% 0.73% -
XYZ 18.95 16.24 48.59 -
YUV 112.14 169.68 117.91 -
System Red Green Blue C M Y K H S L
Decimal 98 105 186 0.47 0.44 0 0.27 235.23 0.39 0.56
Hex 62 69 BA 2F 2C 0 1B EB 27 38
Octal 142 151 272 57 54 0 33 353 47 70
Binary 1100010 1101001 10111010 101111 101100 0 11011 11101011 100111 111000

Color Harmonies of #6269BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6269BA

Black with #6269BA

Text Example


Text Example

White with #6269BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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