Html Css Color HEX #6294CE Picton Blue

📋 copy color: '#6294CE'

red 98 ◦ green 148 ◦ blue 206

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

Shades of Picton Blue #6294CE

Tints of Picton Blue #6294CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.74%

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

R = 21.68%
G = 32.74%
B = 45.58%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6294CE (or 0x6294CE) is known color: Picton Blue. HEX triplet: 62, 94 and CE. RGB value is (98,148,206). Sum of RGB (Red+Green+Blue) = 98+148+206=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #6294CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6294CE is #9D6B31. Grayscale: #8B8B8B. Windows color (decimal): -10316594 or 13538402. OLE color: 13538402.

HSL color Cylindrical-coordinate representation of color #6294CE: hue angle of 212.22º 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 #6294CE is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 148 206 -
CMYK 0.52 0.28 0 0.19
HSL 212.22º 0.52% 0.6% -
HSV(B) 212.22º 0.52% 0.81% -
XYZ 26.77 28.23 62.43 -
YUV 139.66 165.44 98.28 -
System Red Green Blue C M Y K H S L
Decimal 98 148 206 0.52 0.28 0 0.19 212.22 0.52 0.6
Hex 62 94 CE 34 1C 0 13 D4 34 3C
Octal 142 224 316 64 34 0 23 324 64 74
Binary 1100010 10010100 11001110 110100 11100 0 10011 11010100 110100 111100

Color Harmonies of #6294CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6294CE

Black with #6294CE

Text Example


Text Example

White with #6294CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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