Html Css Color HEX #6294CF Picton Blue

📋 copy color: '#6294CF'

red 98 ◦ green 148 ◦ blue 207

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

Shades of Picton Blue #6294CF

Tints of Picton Blue #6294CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 21.63%
G = 32.67%
B = 45.7%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6294CF (or 0x6294CF) is known color: Picton Blue. HEX triplet: 62, 94 and CF. RGB value is (98,148,207). Sum of RGB (Red+Green+Blue) = 98+148+207=453 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.63% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #6294CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6294CF is #9D6B30. Grayscale: #8B8B8B. Windows color (decimal): -10316593 or 13603938. OLE color: 13603938.

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

Color convert

RGB 98 148 207 -
CMYK 0.53 0.29 0 0.19
HSL 212.48º 0.53% 0.6% -
HSV(B) 212.48º 0.53% 0.81% -
XYZ 26.89 28.28 63.07 -
YUV 139.78 165.94 98.2 -
System Red Green Blue C M Y K H S L
Decimal 98 148 207 0.53 0.29 0 0.19 212.48 0.53 0.6
Hex 62 94 CF 35 1D 0 13 D4 35 3C
Octal 142 224 317 65 35 0 23 324 65 74
Binary 1100010 10010100 11001111 110101 11101 0 10011 11010100 110101 111100

Color Harmonies of #6294CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6294CF

Black with #6294CF

Text Example


Text Example

White with #6294CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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