Html Css Color HEX #0681E6 Dodger Blue

📋 copy color: '#0681E6'

red 6 ◦ green 129 ◦ blue 230

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

Shades of Dodger Blue #0681E6

Tints of Dodger Blue #0681E6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.34%

 BLUE value IS 230 (90.23% from 255) = 63.01%

R = 1.64%
G = 35.34%
B = 63.01%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0681E6 (or 0x0681E6) is known color: Dodger Blue. HEX triplet: 06, 81 and E6. RGB value is (6,129,230). Sum of RGB (Red+Green+Blue) = 6+129+230=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 230 (90.23% from 255 or 63.01% from 365); Max value from RGB is 230 - color contains mainly: blue. Hex color #0681E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0681E6 is #F97E19. Grayscale: #676767. Windows color (decimal): -16350746 or 15106310. OLE color: 15106310.

HSL color Cylindrical-coordinate representation of color #0681E6: hue angle of 207.05º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0681E6 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 6 129 230 -
CMYK 0.97 0.44 0 0.10
HSL 207.05º 0.95% 0.46% -
HSV(B) 207.05º 0.97% 0.9% -
XYZ 22.21 21.45 77.83 -
YUV 103.74 199.25 58.29 -
System Red Green Blue C M Y K H S L
Decimal 6 129 230 0.97 0.44 0 0.10 207.05 0.95 0.46
Hex 6 81 E6 61 2C 0 A CF 5F 2E
Octal 6 201 346 141 54 0 12 317 137 56
Binary 110 10000001 11100110 1100001 101100 0 1010 11001111 1011111 101110

Color Harmonies of #0681E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0681E6

Black with #0681E6

Text Example


Text Example

White with #0681E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0681E6; }

 p { color: rgb(6,129,230); }

 H1.HeaderClassName
 {
   color: #0681E6;
 }
 .AnyTagClassName
 {
   color: #0681E6;
 }
</style>

background-color css

<style>
 a { background-color: #0681E6; }

 a { background-color: rgb(6,129,230); }

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

border-color css

<style>
 span { border-color: #0681E6; }

 span { border-color: rgb(6,129,230); }

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