Html Css Color HEX #6295C8 Danube

📋 copy color: '#6295C8'

red 98 ◦ green 149 ◦ blue 200

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

Shades of Danube #6295C8

Tints of Danube #6295C8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.33%

 BLUE value IS 200 (78.52% from 255) = 44.74%

R = 21.92%
G = 33.33%
B = 44.74%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6295C8 (or 0x6295C8) is known color: Danube. HEX triplet: 62, 95 and C8. RGB value is (98,149,200). Sum of RGB (Red+Green+Blue) = 98+149+200=447 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.92% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #6295C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6295C8 is #9D6A37. Grayscale: #8B8B8B. Windows color (decimal): -10316344 or 13145442. OLE color: 13145442.

HSL color Cylindrical-coordinate representation of color #6295C8: hue angle of 210º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6295C8 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 98 149 200 -
CMYK 0.51 0.26 0 0.22
HSL 210º 0.48% 0.58% -
HSV(B) 210º 0.51% 0.78% -
XYZ 26.21 28.26 58.72 -
YUV 139.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 98 149 200 0.51 0.26 0 0.22 210 0.48 0.58
Hex 62 95 C8 33 1A 0 16 D2 30 3A
Octal 142 225 310 63 32 0 26 322 60 72
Binary 1100010 10010101 11001000 110011 11010 0 10110 11010010 110000 111010

Color Harmonies of #6295C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6295C8

Black with #6295C8

Text Example


Text Example

White with #6295C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6295C8; }

 p { color: rgb(98,149,200); }

 H1.HeaderClassName
 {
   color: #6295C8;
 }
 .AnyTagClassName
 {
   color: #6295C8;
 }
</style>

background-color css

<style>
 a { background-color: #6295C8; }

 a { background-color: rgb(98,149,200); }

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

border-color css

<style>
 span { border-color: #6295C8; }

 span { border-color: rgb(98,149,200); }

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