Html Css Color HEX #6265BC Chetwode Blue

📋 copy color: '#6265BC'

red 98 ◦ green 101 ◦ blue 188

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

Shades of Chetwode Blue #6265BC

Tints of Chetwode Blue #6265BC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.1%

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

R = 25.32%
G = 26.1%
B = 48.58%

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

#6265BC (or 0x6265BC) is known color: Chetwode Blue. HEX triplet: 62, 65 and BC. RGB value is (98,101,188). Sum of RGB (Red+Green+Blue) = 98+101+188=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #6265BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6265BC is #9D9A43. Grayscale: #6D6D6D. Windows color (decimal): -10328644 or 12346722. OLE color: 12346722.

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

Color convert

RGB 98 101 188 -
CMYK 0.48 0.46 0 0.26
HSL 238º 0.4% 0.56% -
HSV(B) 238º 0.48% 0.74% -
XYZ 18.77 15.53 49.59 -
YUV 110.02 172.01 119.43 -
System Red Green Blue C M Y K H S L
Decimal 98 101 188 0.48 0.46 0 0.26 238 0.4 0.56
Hex 62 65 BC 30 2E 0 1A EE 28 38
Octal 142 145 274 60 56 0 32 356 50 70
Binary 1100010 1100101 10111100 110000 101110 0 11010 11101110 101000 111000

Color Harmonies of #6265BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6265BC

Black with #6265BC

Text Example


Text Example

White with #6265BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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