Html Css Color HEX #6296CD Picton Blue

📋 copy color: '#6296CD'

red 98 ◦ green 150 ◦ blue 205

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

Shades of Picton Blue #6296CD

Tints of Picton Blue #6296CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 21.63%
G = 33.11%
B = 45.25%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6296CD (or 0x6296CD) is known color: Picton Blue. HEX triplet: 62, 96 and CD. RGB value is (98,150,205). Sum of RGB (Red+Green+Blue) = 98+150+205=453 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.63% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #6296CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6296CD is #9D6932. Grayscale: #8C8C8C. Windows color (decimal): -10316083 or 13473378. OLE color: 13473378.

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

Color convert

RGB 98 150 205 -
CMYK 0.52 0.27 0 0.20
HSL 210.84º 0.52% 0.59% -
HSV(B) 210.84º 0.52% 0.8% -
XYZ 26.96 28.82 61.9 -
YUV 140.72 164.27 97.53 -
System Red Green Blue C M Y K H S L
Decimal 98 150 205 0.52 0.27 0 0.20 210.84 0.52 0.59
Hex 62 96 CD 34 1B 0 14 D3 34 3B
Octal 142 226 315 64 33 0 24 323 64 73
Binary 1100010 10010110 11001101 110100 11011 0 10100 11010011 110100 111011

Color Harmonies of #6296CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6296CD

Black with #6296CD

Text Example


Text Example

White with #6296CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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