Html Css Color HEX #68A3DF Jordy Blue

📋 copy color: '#68A3DF'

red 104 ◦ green 163 ◦ blue 223

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

Shades of Jordy Blue #68A3DF

Tints of Jordy Blue #68A3DF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.27%

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

R = 21.22%
G = 33.27%
B = 45.51%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68A3DF (or 0x68A3DF) is known color: Jordy Blue. HEX triplet: 68, A3 and DF. RGB value is (104,163,223). Sum of RGB (Red+Green+Blue) = 104+163+223=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #68A3DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A3DF is #975C20. Grayscale: #979797. Windows color (decimal): -9919521 or 14656360. OLE color: 14656360.

HSL color Cylindrical-coordinate representation of color #68A3DF: hue angle of 210.25º 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 #68A3DF is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 163 223 -
CMYK 0.53 0.27 0 0.13
HSL 210.25º 0.65% 0.64% -
HSV(B) 210.25º 0.53% 0.87% -
XYZ 32.13 34.47 74.77 -
YUV 152.2 167.95 93.62 -
System Red Green Blue C M Y K H S L
Decimal 104 163 223 0.53 0.27 0 0.13 210.25 0.65 0.64
Hex 68 A3 DF 35 1B 0 D D2 41 40
Octal 150 243 337 65 33 0 15 322 101 100
Binary 1101000 10100011 11011111 110101 11011 0 1101 11010010 1000001 1000000

Color Harmonies of #68A3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A3DF

Black with #68A3DF

Text Example


Text Example

White with #68A3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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