Html Css Color HEX #0612FC Blue

📋 copy color: '#0612FC'

red 6 ◦ green 18 ◦ blue 252

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

Shades of Blue #0612FC

Tints of Blue #0612FC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.52%

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

R = 2.17%
G = 6.52%
B = 91.3%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0612FC (or 0x0612FC) is known color: Blue. HEX triplet: 06, 12 and FC. RGB value is (6,18,252). Sum of RGB (Red+Green+Blue) = 6+18+252=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 252 (98.83% from 255 or 91.30% from 276); Max value from RGB is 252 - color contains mainly: blue. Hex color #0612FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0612FC is #F9ED03. Grayscale: #282828. Windows color (decimal): -16379140 or 16519686. OLE color: 16519686.

HSL color Cylindrical-coordinate representation of color #0612FC: hue angle of 237.07º 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 #0612FC is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 18 252 -
CMYK 0.98 0.93 0 0.01
HSL 237.07º 0.98% 0.51% -
HSV(B) 237.07º 0.98% 0.99% -
XYZ 17.86 7.5 92.6 -
YUV 41.09 247.02 102.97 -
System Red Green Blue C M Y K H S L
Decimal 6 18 252 0.98 0.93 0 0.01 237.07 0.98 0.51
Hex 6 12 FC 62 5D 0 1 ED 62 33
Octal 6 22 374 142 135 0 1 355 142 63
Binary 110 10010 11111100 1100010 1011101 0 1 11101101 1100010 110011

Color Harmonies of #0612FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0612FC

Black with #0612FC

Text Example


Text Example

White with #0612FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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