Html Css Color HEX #206BF6 Royal Blue

📋 copy color: '#206BF6'

red 32 ◦ green 107 ◦ blue 246

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

Shades of Royal Blue #206BF6

Tints of Royal Blue #206BF6

RGB

 RED value IS 32 (12.89% from 255) = 8.31%

 GREEN value IS 107 (42.19% from 255) = 27.79%

 BLUE value IS 246 (96.48% from 255) = 63.9%

R = 8.31%
G = 27.79%
B = 63.9%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#206BF6 (or 0x206BF6) is known color: Royal Blue. HEX triplet: 20, 6B and F6. RGB value is (32,107,246). Sum of RGB (Red+Green+Blue) = 32+107+246=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 246 (96.48% from 255 or 63.90% from 385); Max value from RGB is 246 - color contains mainly: blue. Hex color #206BF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206BF6 is #DF9409. Grayscale: #636363. Windows color (decimal): -14652426 or 16149280. OLE color: 16149280.

HSL color Cylindrical-coordinate representation of color #206BF6: hue angle of 218.97º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206BF6 is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 32 107 246 -
CMYK 0.87 0.57 0 0.04
HSL 218.97º 0.92% 0.55% -
HSV(B) 218.97º 0.87% 0.96% -
XYZ 22.49 17.48 89.38 -
YUV 100.42 210.15 79.2 -
System Red Green Blue C M Y K H S L
Decimal 32 107 246 0.87 0.57 0 0.04 218.97 0.92 0.55
Hex 20 6B F6 57 39 0 4 DB 5C 37
Octal 40 153 366 127 71 0 4 333 134 67
Binary 100000 1101011 11110110 1010111 111001 0 100 11011011 1011100 110111

Color Harmonies of #206BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206BF6

Black with #206BF6

Text Example


Text Example

White with #206BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206BF6; }

 p { color: rgb(32,107,246); }

 H1.HeaderClassName
 {
   color: #206BF6;
 }
 .AnyTagClassName
 {
   color: #206BF6;
 }
</style>

background-color css

<style>
 a { background-color: #206BF6; }

 a { background-color: rgb(32,107,246); }

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

border-color css

<style>
 span { border-color: #206BF6; }

 span { border-color: rgb(32,107,246); }

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