Html Css Color HEX #6FAFEA Jordy Blue

📋 copy color: '#6FAFEA'

red 111 ◦ green 175 ◦ blue 234

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

Shades of Jordy Blue #6FAFEA

Tints of Jordy Blue #6FAFEA

RGB

 RED value IS 111 (43.75% from 255) = 21.35%

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

 BLUE value IS 234 (91.8% from 255) = 45%

R = 21.35%
G = 33.65%
B = 45%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FAFEA (or 0x6FAFEA) is known color: Jordy Blue. HEX triplet: 6F, AF and EA. RGB value is (111,175,234). Sum of RGB (Red+Green+Blue) = 111+175+234=520 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.35% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FAFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAFEA is #905015. Grayscale: #A2A2A2. Windows color (decimal): -9457686 or 15380335. OLE color: 15380335.

HSL color Cylindrical-coordinate representation of color #6FAFEA: hue angle of 208.78º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FAFEA is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 175 234 -
CMYK 0.53 0.25 0 0.08
HSL 208.78º 0.75% 0.68% -
HSV(B) 208.78º 0.53% 0.92% -
XYZ 36.74 39.98 83.62 -
YUV 162.59 168.3 91.2 -
System Red Green Blue C M Y K H S L
Decimal 111 175 234 0.53 0.25 0 0.08 208.78 0.75 0.68
Hex 6F AF EA 35 19 0 8 D1 4B 44
Octal 157 257 352 65 31 0 10 321 113 104
Binary 1101111 10101111 11101010 110101 11001 0 1000 11010001 1001011 1000100

Color Harmonies of #6FAFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAFEA

Black with #6FAFEA

Text Example


Text Example

White with #6FAFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,175,234); }

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

background-color css

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

 a { background-color: rgb(111,175,234); }

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

border-color css

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

 span { border-color: rgb(111,175,234); }

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