Html Css Color HEX #6DAFEB Jordy Blue

📋 copy color: '#6DAFEB'

red 109 ◦ green 175 ◦ blue 235

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

Shades of Jordy Blue #6DAFEB

Tints of Jordy Blue #6DAFEB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.72%

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 21%
G = 33.72%
B = 45.28%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DAFEB (or 0x6DAFEB) is known color: Jordy Blue. HEX triplet: 6D, AF and EB. RGB value is (109,175,235). Sum of RGB (Red+Green+Blue) = 109+175+235=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #6DAFEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAFEB is #925014. Grayscale: #A1A1A1. Windows color (decimal): -9588757 or 15445869. OLE color: 15445869.

HSL color Cylindrical-coordinate representation of color #6DAFEB: hue angle of 208.57º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DAFEB is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 175 235 -
CMYK 0.54 0.26 0 0.08
HSL 208.57º 0.76% 0.67% -
HSV(B) 208.57º 0.54% 0.92% -
XYZ 36.63 39.91 84.37 -
YUV 162.11 169.13 90.12 -
System Red Green Blue C M Y K H S L
Decimal 109 175 235 0.54 0.26 0 0.08 208.57 0.76 0.67
Hex 6D AF EB 36 1A 0 8 D1 4C 43
Octal 155 257 353 66 32 0 10 321 114 103
Binary 1101101 10101111 11101011 110110 11010 0 1000 11010001 1001100 1000011

Color Harmonies of #6DAFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAFEB

Black with #6DAFEB

Text Example


Text Example

White with #6DAFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,175,235); }

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

background-color css

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

 a { background-color: rgb(109,175,235); }

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

border-color css

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

 span { border-color: rgb(109,175,235); }

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