Html Css Color HEX #6DADEE Jordy Blue

📋 copy color: '#6DADEE'

red 109 ◦ green 173 ◦ blue 238

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

Shades of Jordy Blue #6DADEE

Tints of Jordy Blue #6DADEE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.27%

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

R = 20.96%
G = 33.27%
B = 45.77%

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

#6DADEE (or 0x6DADEE) is known color: Jordy Blue. HEX triplet: 6D, AD and EE. RGB value is (109,173,238). Sum of RGB (Red+Green+Blue) = 109+173+238=520 (68% of max value = 765). Red value is 109 (42.97% from 255 or 20.96% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #6DADEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DADEE is #925211. Grayscale: #A0A0A0. Windows color (decimal): -9589266 or 15641965. OLE color: 15641965.

HSL color Cylindrical-coordinate representation of color #6DADEE: hue angle of 210.23º 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 #6DADEE is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 173 238 -
CMYK 0.54 0.27 0 0.07
HSL 210.23º 0.79% 0.68% -
HSV(B) 210.23º 0.54% 0.93% -
XYZ 36.68 39.31 86.54 -
YUV 161.27 171.3 90.71 -
System Red Green Blue C M Y K H S L
Decimal 109 173 238 0.54 0.27 0 0.07 210.23 0.79 0.68
Hex 6D AD EE 36 1B 0 7 D2 4F 44
Octal 155 255 356 66 33 0 7 322 117 104
Binary 1101101 10101101 11101110 110110 11011 0 111 11010010 1001111 1000100

Color Harmonies of #6DADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DADEE

Black with #6DADEE

Text Example


Text Example

White with #6DADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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