Html Css Color HEX #6FACEA Jordy Blue

📋 copy color: '#6FACEA'

red 111 ◦ green 172 ◦ blue 234

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

Shades of Jordy Blue #6FACEA

Tints of Jordy Blue #6FACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.27%

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

R = 21.47%
G = 33.27%
B = 45.26%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FACEA (or 0x6FACEA) is known color: Jordy Blue. HEX triplet: 6F, AC and EA. RGB value is (111,172,234). Sum of RGB (Red+Green+Blue) = 111+172+234=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FACEA is #905315. Grayscale: #A0A0A0. Windows color (decimal): -9458454 or 15379567. OLE color: 15379567.

HSL color Cylindrical-coordinate representation of color #6FACEA: hue angle of 210.24º 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 #6FACEA is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 172 234 -
CMYK 0.53 0.26 0 0.08
HSL 210.24º 0.75% 0.68% -
HSV(B) 210.24º 0.53% 0.92% -
XYZ 36.16 38.83 83.43 -
YUV 160.83 169.29 92.46 -
System Red Green Blue C M Y K H S L
Decimal 111 172 234 0.53 0.26 0 0.08 210.24 0.75 0.68
Hex 6F AC EA 35 1A 0 8 D2 4B 44
Octal 157 254 352 65 32 0 10 322 113 104
Binary 1101111 10101100 11101010 110101 11010 0 1000 11010010 1001011 1000100

Color Harmonies of #6FACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FACEA

Black with #6FACEA

Text Example


Text Example

White with #6FACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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