Html Css Color HEX #6DA1E4 Jordy Blue

📋 copy color: '#6DA1E4'

red 109 ◦ green 161 ◦ blue 228

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

Shades of Jordy Blue #6DA1E4

Tints of Jordy Blue #6DA1E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.78%

R = 21.89%
G = 32.33%
B = 45.78%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6DA1E4 (or 0x6DA1E4) is known color: Jordy Blue. HEX triplet: 6D, A1 and E4. RGB value is (109,161,228). Sum of RGB (Red+Green+Blue) = 109+161+228=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 228 - color contains mainly: blue. Hex color #6DA1E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA1E4 is #925E1B. Grayscale: #989898. Windows color (decimal): -9592348 or 14983533. OLE color: 14983533.

HSL color Cylindrical-coordinate representation of color #6DA1E4: hue angle of 213.78º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DA1E4 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 109 161 228 -
CMYK 0.52 0.29 0 0.11
HSL 213.78º 0.69% 0.66% -
HSV(B) 213.78º 0.52% 0.89% -
XYZ 33.06 34.34 78.29 -
YUV 153.09 170.27 96.55 -
System Red Green Blue C M Y K H S L
Decimal 109 161 228 0.52 0.29 0 0.11 213.78 0.69 0.66
Hex 6D A1 E4 34 1D 0 B D6 45 42
Octal 155 241 344 64 35 0 13 326 105 102
Binary 1101101 10100001 11100100 110100 11101 0 1011 11010110 1000101 1000010

Color Harmonies of #6DA1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA1E4

Black with #6DA1E4

Text Example


Text Example

White with #6DA1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,161,228); }

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

background-color css

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

 a { background-color: rgb(109,161,228); }

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

border-color css

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

 span { border-color: rgb(109,161,228); }

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