Html Css Color HEX #6DAEEE Jordy Blue

📋 copy color: '#6DAEEE'

red 109 ◦ green 174 ◦ blue 238

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

Shades of Jordy Blue #6DAEEE

Tints of Jordy Blue #6DAEEE

RGB

 RED value IS 109 (42.97% from 255) = 20.92%

 GREEN value IS 174 (68.36% from 255) = 33.4%

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 20.92%
G = 33.4%
B = 45.68%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6DAEEE (or 0x6DAEEE) is known color: Jordy Blue. HEX triplet: 6D, AE and EE. RGB value is (109,174,238). Sum of RGB (Red+Green+Blue) = 109+174+238=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #6DAEEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAEEE is #925111. Grayscale: #A1A1A1. Windows color (decimal): -9589010 or 15642221. OLE color: 15642221.

HSL color Cylindrical-coordinate representation of color #6DAEEE: hue angle of 209.77º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DAEEE is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 174 238 -
CMYK 0.54 0.27 0 0.07
HSL 209.77º 0.79% 0.68% -
HSV(B) 209.77º 0.54% 0.93% -
XYZ 36.88 39.7 86.61 -
YUV 161.86 170.97 90.3 -
System Red Green Blue C M Y K H S L
Decimal 109 174 238 0.54 0.27 0 0.07 209.77 0.79 0.68
Hex 6D AE EE 36 1B 0 7 D2 4F 44
Octal 155 256 356 66 33 0 7 322 117 104
Binary 1101101 10101110 11101110 110110 11011 0 111 11010010 1001111 1000100

Color Harmonies of #6DAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAEEE

Black with #6DAEEE

Text Example


Text Example

White with #6DAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DAEEE; }

 p { color: rgb(109,174,238); }

 H1.HeaderClassName
 {
   color: #6DAEEE;
 }
 .AnyTagClassName
 {
   color: #6DAEEE;
 }
</style>

background-color css

<style>
 a { background-color: #6DAEEE; }

 a { background-color: rgb(109,174,238); }

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

border-color css

<style>
 span { border-color: #6DAEEE; }

 span { border-color: rgb(109,174,238); }

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