Html Css Color HEX #6296CC Picton Blue

📋 copy color: '#6296CC'

red 98 ◦ green 150 ◦ blue 204

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

Shades of Picton Blue #6296CC

Tints of Picton Blue #6296CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 21.68%
G = 33.19%
B = 45.13%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6296CC (or 0x6296CC) is known color: Picton Blue. HEX triplet: 62, 96 and CC. RGB value is (98,150,204). Sum of RGB (Red+Green+Blue) = 98+150+204=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #6296CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6296CC is #9D6933. Grayscale: #8C8C8C. Windows color (decimal): -10316084 or 13407842. OLE color: 13407842.

HSL color Cylindrical-coordinate representation of color #6296CC: hue angle of 210.57º degrees, saturation: 0.51, 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 #6296CC is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 150 204 -
CMYK 0.52 0.26 0 0.2
HSL 210.57º 0.51% 0.59% -
HSV(B) 210.57º 0.52% 0.8% -
XYZ 26.84 28.77 61.26 -
YUV 140.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 98 150 204 0.52 0.26 0 0.2 210.57 0.51 0.59
Hex 62 96 CC 34 1A 0 14 D3 33 3B
Octal 142 226 314 64 32 0 24 323 63 73
Binary 1100010 10010110 11001100 110100 11010 0 10100 11010011 110011 111011

Color Harmonies of #6296CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6296CC

Black with #6296CC

Text Example


Text Example

White with #6296CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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