Html Css Color HEX #06A1FC Dodger Blue

📋 copy color: '#06A1FC'

red 6 ◦ green 161 ◦ blue 252

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

Shades of Dodger Blue #06A1FC

Tints of Dodger Blue #06A1FC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

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

R = 1.43%
G = 38.42%
B = 60.14%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#06A1FC (or 0x06A1FC) is known color: Dodger Blue. HEX triplet: 06, A1 and FC. RGB value is (6,161,252). Sum of RGB (Red+Green+Blue) = 6+161+252=419 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #06A1FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A1FC is #F95E03. Grayscale: #7C7C7C. Windows color (decimal): -16342532 or 16556294. OLE color: 16556294.

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

Color convert

RGB 6 161 252 -
CMYK 0.98 0.36 0 0.01
HSL 202.2º 0.98% 0.51% -
HSV(B) 202.2º 0.98% 0.99% -
XYZ 30.39 32.56 96.78 -
YUV 125.03 199.65 43.1 -
System Red Green Blue C M Y K H S L
Decimal 6 161 252 0.98 0.36 0 0.01 202.2 0.98 0.51
Hex 6 A1 FC 62 24 0 1 CA 62 33
Octal 6 241 374 142 44 0 1 312 142 63
Binary 110 10100001 11111100 1100010 100100 0 1 11001010 1100010 110011

Color Harmonies of #06A1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A1FC

Black with #06A1FC

Text Example


Text Example

White with #06A1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06A1FC; }

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

 H1.HeaderClassName
 {
   color: #06A1FC;
 }
 .AnyTagClassName
 {
   color: #06A1FC;
 }
</style>

background-color css

<style>
 a { background-color: #06A1FC; }

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

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

border-color css

<style>
 span { border-color: #06A1FC; }

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

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