Html Css Color HEX #68A7DF Jordy Blue

📋 copy color: '#68A7DF'

red 104 ◦ green 167 ◦ blue 223

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

Shades of Jordy Blue #68A7DF

Tints of Jordy Blue #68A7DF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.81%

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

R = 21.05%
G = 33.81%
B = 45.14%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68A7DF (or 0x68A7DF) is known color: Jordy Blue. HEX triplet: 68, A7 and DF. RGB value is (104,167,223). Sum of RGB (Red+Green+Blue) = 104+167+223=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #68A7DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A7DF is #975820. Grayscale: #9A9A9A. Windows color (decimal): -9918497 or 14657384. OLE color: 14657384.

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

Color convert

RGB 104 167 223 -
CMYK 0.53 0.25 0 0.13
HSL 208.24º 0.65% 0.64% -
HSV(B) 208.24º 0.53% 0.87% -
XYZ 32.85 35.91 75.01 -
YUV 154.55 166.63 91.95 -
System Red Green Blue C M Y K H S L
Decimal 104 167 223 0.53 0.25 0 0.13 208.24 0.65 0.64
Hex 68 A7 DF 35 19 0 D D0 41 40
Octal 150 247 337 65 31 0 15 320 101 100
Binary 1101000 10100111 11011111 110101 11001 0 1101 11010000 1000001 1000000

Color Harmonies of #68A7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A7DF

Black with #68A7DF

Text Example


Text Example

White with #68A7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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