Html Css Color HEX #6295CD Picton Blue

📋 copy color: '#6295CD'

red 98 ◦ green 149 ◦ blue 205

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

Shades of Picton Blue #6295CD

Tints of Picton Blue #6295CD

RGB

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

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

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

R = 21.68%
G = 32.96%
B = 45.35%

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

#6295CD (or 0x6295CD) is known color: Picton Blue. HEX triplet: 62, 95 and CD. RGB value is (98,149,205). Sum of RGB (Red+Green+Blue) = 98+149+205=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #6295CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6295CD is #9D6A32. Grayscale: #8B8B8B. Windows color (decimal): -10316339 or 13473122. OLE color: 13473122.

HSL color Cylindrical-coordinate representation of color #6295CD: hue angle of 211.4º 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 #6295CD is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 149 205 -
CMYK 0.52 0.27 0 0.20
HSL 211.4º 0.52% 0.59% -
HSV(B) 211.4º 0.52% 0.8% -
XYZ 26.8 28.5 61.85 -
YUV 140.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 98 149 205 0.52 0.27 0 0.20 211.4 0.52 0.59
Hex 62 95 CD 34 1B 0 14 D3 34 3B
Octal 142 225 315 64 33 0 24 323 64 73
Binary 1100010 10010101 11001101 110100 11011 0 10100 11010011 110100 111011

Color Harmonies of #6295CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6295CD

Black with #6295CD

Text Example


Text Example

White with #6295CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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