Html Css Color HEX #6297C8 Picton Blue

📋 copy color: '#6297C8'

red 98 ◦ green 151 ◦ blue 200

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

Shades of Picton Blue #6297C8

Tints of Picton Blue #6297C8

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.63%

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

R = 21.83%
G = 33.63%
B = 44.54%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6297C8 (or 0x6297C8) is known color: Picton Blue. HEX triplet: 62, 97 and C8. RGB value is (98,151,200). Sum of RGB (Red+Green+Blue) = 98+151+200=449 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.83% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 200 - color contains mainly: blue. Hex color #6297C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6297C8 is #9D6837. Grayscale: #8C8C8C. Windows color (decimal): -10315832 or 13145954. OLE color: 13145954.

HSL color Cylindrical-coordinate representation of color #6297C8: hue angle of 208.82º 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 #6297C8 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 98 151 200 -
CMYK 0.51 0.24 0 0.22
HSL 208.82º 0.48% 0.58% -
HSV(B) 208.82º 0.51% 0.78% -
XYZ 26.53 28.9 58.82 -
YUV 140.74 161.44 97.52 -
System Red Green Blue C M Y K H S L
Decimal 98 151 200 0.51 0.24 0 0.22 208.82 0.48 0.58
Hex 62 97 C8 33 18 0 16 D1 30 3A
Octal 142 227 310 63 30 0 26 321 60 72
Binary 1100010 10010111 11001000 110011 11000 0 10110 11010001 110000 111010

Color Harmonies of #6297C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6297C8

Black with #6297C8

Text Example


Text Example

White with #6297C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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