Html Css Color HEX #6296CE Picton Blue

📋 copy color: '#6296CE'

red 98 ◦ green 150 ◦ blue 206

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

Shades of Picton Blue #6296CE

Tints of Picton Blue #6296CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.04%

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 21.59%
G = 33.04%
B = 45.37%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6296CE (or 0x6296CE) is known color: Picton Blue. HEX triplet: 62, 96 and CE. RGB value is (98,150,206). Sum of RGB (Red+Green+Blue) = 98+150+206=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #6296CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6296CE is #9D6931. Grayscale: #8C8C8C. Windows color (decimal): -10316082 or 13538914. OLE color: 13538914.

HSL color Cylindrical-coordinate representation of color #6296CE: hue angle of 211.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6296CE is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 150 206 -
CMYK 0.52 0.27 0 0.19
HSL 211.11º 0.52% 0.6% -
HSV(B) 211.11º 0.52% 0.81% -
XYZ 27.08 28.87 62.54 -
YUV 140.84 164.77 97.45 -
System Red Green Blue C M Y K H S L
Decimal 98 150 206 0.52 0.27 0 0.19 211.11 0.52 0.6
Hex 62 96 CE 34 1B 0 13 D3 34 3C
Octal 142 226 316 64 33 0 23 323 64 74
Binary 1100010 10010110 11001110 110100 11011 0 10011 11010011 110100 111100

Color Harmonies of #6296CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6296CE

Black with #6296CE

Text Example


Text Example

White with #6296CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6296CE; }

 p { color: rgb(98,150,206); }

 H1.HeaderClassName
 {
   color: #6296CE;
 }
 .AnyTagClassName
 {
   color: #6296CE;
 }
</style>

background-color css

<style>
 a { background-color: #6296CE; }

 a { background-color: rgb(98,150,206); }

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

border-color css

<style>
 span { border-color: #6296CE; }

 span { border-color: rgb(98,150,206); }

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