Html Css Color HEX #68A6DF Jordy Blue

📋 copy color: '#68A6DF'

red 104 ◦ green 166 ◦ blue 223

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

Shades of Jordy Blue #68A6DF

Tints of Jordy Blue #68A6DF

RGB

 RED value IS 104 (41.02% from 255) = 21.1%

 GREEN value IS 166 (65.23% from 255) = 33.67%

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 21.1%
G = 33.67%
B = 45.23%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68A6DF (or 0x68A6DF) is known color: Jordy Blue. HEX triplet: 68, A6 and DF. RGB value is (104,166,223). Sum of RGB (Red+Green+Blue) = 104+166+223=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #68A6DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A6DF is #975920. Grayscale: #999999. Windows color (decimal): -9918753 or 14657128. OLE color: 14657128.

HSL color Cylindrical-coordinate representation of color #68A6DF: hue angle of 208.74º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68A6DF is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 166 223 -
CMYK 0.53 0.26 0 0.13
HSL 208.74º 0.65% 0.64% -
HSV(B) 208.74º 0.53% 0.87% -
XYZ 32.66 35.54 74.95 -
YUV 153.96 166.96 92.37 -
System Red Green Blue C M Y K H S L
Decimal 104 166 223 0.53 0.26 0 0.13 208.74 0.65 0.64
Hex 68 A6 DF 35 1A 0 D D1 41 40
Octal 150 246 337 65 32 0 15 321 101 100
Binary 1101000 10100110 11011111 110101 11010 0 1101 11010001 1000001 1000000

Color Harmonies of #68A6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A6DF

Black with #68A6DF

Text Example


Text Example

White with #68A6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A6DF; }

 p { color: rgb(104,166,223); }

 H1.HeaderClassName
 {
   color: #68A6DF;
 }
 .AnyTagClassName
 {
   color: #68A6DF;
 }
</style>

background-color css

<style>
 a { background-color: #68A6DF; }

 a { background-color: rgb(104,166,223); }

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

border-color css

<style>
 span { border-color: #68A6DF; }

 span { border-color: rgb(104,166,223); }

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