Html Css Color HEX #0615FC Blue

📋 copy color: '#0615FC'

red 6 ◦ green 21 ◦ blue 252

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

Shades of Blue #0615FC

Tints of Blue #0615FC

RGB

 RED value IS 6 (2.73% from 255) = 2.15%

 GREEN value IS 21 (8.59% from 255) = 7.53%

 BLUE value IS 252 (98.83% from 255) = 90.32%

R = 2.15%
G = 7.53%
B = 90.32%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0615FC (or 0x0615FC) is known color: Blue. HEX triplet: 06, 15 and FC. RGB value is (6,21,252). Sum of RGB (Red+Green+Blue) = 6+21+252=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 252 (98.83% from 255 or 90.32% from 279); Max value from RGB is 252 - color contains mainly: blue. Hex color #0615FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0615FC is #F9EA03. Grayscale: #292929. Windows color (decimal): -16378372 or 16520454. OLE color: 16520454.

HSL color Cylindrical-coordinate representation of color #0615FC: hue angle of 236.34º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0615FC is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 21 252 -
CMYK 0.98 0.92 0 0.01
HSL 236.34º 0.98% 0.51% -
HSV(B) 236.34º 0.98% 0.99% -
XYZ 17.91 7.6 92.62 -
YUV 42.85 246.03 101.72 -
System Red Green Blue C M Y K H S L
Decimal 6 21 252 0.98 0.92 0 0.01 236.34 0.98 0.51
Hex 6 15 FC 62 5C 0 1 EC 62 33
Octal 6 25 374 142 134 0 1 354 142 63
Binary 110 10101 11111100 1100010 1011100 0 1 11101100 1100010 110011

Color Harmonies of #0615FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0615FC

Black with #0615FC

Text Example


Text Example

White with #0615FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0615FC; }

 p { color: rgb(6,21,252); }

 H1.HeaderClassName
 {
   color: #0615FC;
 }
 .AnyTagClassName
 {
   color: #0615FC;
 }
</style>

background-color css

<style>
 a { background-color: #0615FC; }

 a { background-color: rgb(6,21,252); }

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

border-color css

<style>
 span { border-color: #0615FC; }

 span { border-color: rgb(6,21,252); }

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