Html Css Color HEX #68A1DE Jordy Blue

📋 copy color: '#68A1DE'

red 104 ◦ green 161 ◦ blue 222

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

Shades of Jordy Blue #68A1DE

Tints of Jordy Blue #68A1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.59%

R = 21.36%
G = 33.06%
B = 45.59%

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

#68A1DE (or 0x68A1DE) is known color: Jordy Blue. HEX triplet: 68, A1 and DE. RGB value is (104,161,222). Sum of RGB (Red+Green+Blue) = 104+161+222=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #68A1DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A1DE is #975E21. Grayscale: #969696. Windows color (decimal): -9920034 or 14590312. OLE color: 14590312.

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

Color convert

RGB 104 161 222 -
CMYK 0.53 0.27 0 0.13
HSL 211.02º 0.64% 0.64% -
HSV(B) 211.02º 0.53% 0.87% -
XYZ 31.64 33.71 73.95 -
YUV 150.91 168.12 94.54 -
System Red Green Blue C M Y K H S L
Decimal 104 161 222 0.53 0.27 0 0.13 211.02 0.64 0.64
Hex 68 A1 DE 35 1B 0 D D3 40 40
Octal 150 241 336 65 33 0 15 323 100 100
Binary 1101000 10100001 11011110 110101 11011 0 1101 11010011 1000000 1000000

Color Harmonies of #68A1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A1DE

Black with #68A1DE

Text Example


Text Example

White with #68A1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,161,222); }

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

background-color css

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

 a { background-color: rgb(104,161,222); }

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

border-color css

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

 span { border-color: rgb(104,161,222); }

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